aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-12-17 05:29:14 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-12-17 05:29:14 +0100
commit22e7b4b543738acf1c5e9ece7435eb95fea55dc5 (patch)
tree0ce0067b17b37a21291849874a9f9aea83dd4487
parent14a69915a010f85ac3609991a95af3123d9cbb1c (diff)
Add .editorconfig
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3e899fd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+max_line_length = 80
+
+[*.json]
+indent_style = space
+indent_size = 4