summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-04-16 10:41:48 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-04-16 10:41:48 +0200
commit8271dfdabd78df1b959193db7a435049c58181a9 (patch)
tree29b5675bf4814de53d79cf402d513ef507e73b7a
parent103c197a094e27077248ad0722e611d9b66585d3 (diff)
parent0e549f0510a02a422b2fc996527ad7e946990d56 (diff)
downloadrpg-8271dfdabd78df1b959193db7a435049c58181a9.tar.gz
rpg-8271dfdabd78df1b959193db7a435049c58181a9.tar.bz2
Merge pull request #657 from glensc/editorconfig
add editorconfig policy
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..9088a1657
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+; http://editorconfig.org/
+
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[inc/{geshi,phpseclib}/**]
+; Use editor default (possible autodetection).
+indent_style =
+indent_size =
+trim_trailing_whitespace = false
+insert_final_newline = false