summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-12-02 21:31:51 -0800
committeryo mama <pepper@scannerjammer.com>2014-12-02 21:31:51 -0800
commitcc4f8980980809927e61a00cf7b8d727618ea067 (patch)
tree1a340ba30d799b08ffcffe356adbfa2cb12e4654 /.editorconfig
first
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5760be5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false