summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-26 00:53:22 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-30 19:38:22 +0100
commita8e82ba99adf1a2a34b136388b088dcfe60d9593 (patch)
tree567a509fe479ca4d8ed638c06dc54356caa3890f /.editorconfig
parentad3b8da957176360566d678437e10284fc1b8f2c (diff)
Prepare project structure
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..8631b49
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+; http://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true