summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-05-11 13:57:24 +0200
committerEugen Wissner <belka@caraus.de>2017-05-11 13:57:24 +0200
commit847731276920bbde9b3f14e7b0ebd927e0484cd6 (patch)
tree4fddf0980bee7c320cacabae8bc587d85c728a91 /.editorconfig
parent67f90e137da6084e75a13050da91901e47f57241 (diff)
downloadtanya-847731276920bbde9b3f14e7b0ebd927e0484cd6.tar.gz
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..f6da06d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true