summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-04 17:41:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-04 17:41:41 +0200
commitd0e8f0c0b9814d93625dfd18d0e552f0966c560f (patch)
treec8c4d323cd88f0186474e7f68b8a74c4b2d834cf /.editorconfig
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..32cfdeb
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+
+[*.json]
+indent_style = space
+indent_size = 2
+
+# vim: ft=dosini