summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-16 15:50:10 +0100
committerJules Laplace <jules@okfoc.us>2017-03-16 15:50:10 +0100
commit8e05164678d302700c794feecd50d83357f7719d (patch)
treeed5b167c75a2c4fdb5dcd8c409094b607698a0d5 /.editorconfig
parentb8bfbbe14bdb72e4feccb4652c48f4cdb2a5e199 (diff)
feathers stuff
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e717f5e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false