aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-07-29 02:00:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-07-29 02:00:37 +0200
commitbe3c386df7015fece6c6823017642e792a19fe0e (patch)
treed1779bc6cb88a0add22f9376448ec21c1d4c8deb
parentc40e6ae736f82f133d89b9b60cd6ff23c7690c6a (diff)
Add editorconfig to the project
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e04fe26
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*]
+charset = utf8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4