summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYukai Huang2016-10-14 08:44:49 +0800
committerYukai Huang2016-10-16 11:06:20 +0800
commit615bd26ca9e711b8ee6d5d12a8ddcd9d8baa0088 (patch)
treeb86ffef5cd3197988bb910abf0c955316954937e /.editorconfig
parent432106b7c62e82be1d8837c63a00ded9b4da5768 (diff)
Create .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..e8019ba7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+# Tab indentation
+[*]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false