added editorconfig file
authorTobias Schultze <webmaster@tubo-world.de>
Sun, 18 Nov 2012 20:35:48 +0000 (21:35 +0100)
committerTobias Schultze <webmaster@tubo-world.de>
Sun, 18 Nov 2012 20:42:00 +0000 (21:42 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..270f1d1
--- /dev/null
@@ -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