projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0a7b37b
)
added editorconfig file
author
Tobias Schultze
<webmaster@tubo-world.de>
Sun, 18 Nov 2012 20:35:48 +0000 (21:35 +0100)
committer
Tobias Schultze
<webmaster@tubo-world.de>
Sun, 18 Nov 2012 20:42:00 +0000 (21:42 +0100)
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
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