summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-10-18 06:54:26 -0700
committerDavid Lord <davidism@gmail.com>2018-10-18 06:55:46 -0700
commit5b25e9ee4ea47f39a88d1ba9a7b19dec7fbc133b (patch)
tree752c056dac5038fc23cb148294559dd62061e38f /.editorconfig
parent1e7ec63a845877cd818be61d791a8609c5be98b1 (diff)
downloaditsdangerous-5b25e9ee4ea47f39a88d1ba9a7b19dec7fbc133b.tar.gz
add EditorConfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e32c802
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8
+max_line_length = 88
+
+[*.{yml,yaml,json,js,css,html}]
+indent_size = 2