From: Tobias Schultze Date: Sun, 18 Nov 2012 20:35:48 +0000 (+0100) Subject: added editorconfig file X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=e8ee79f8ed0c0d627a4551b5b698f189dfd5c250;p=konrad%2Ftwig.git added editorconfig file --- 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