From e8ee79f8ed0c0d627a4551b5b698f189dfd5c250 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Sun, 18 Nov 2012 21:35:48 +0100 Subject: [PATCH] added editorconfig file --- .editorconfig | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..270f1d1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +[*.php] +indent_style = space +indent_size = 4 + +[*.test] +indent_style = space +indent_size = 4 + +[*.rst] +indent_style = space +indent_size = 4 -- 1.7.2.5