summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-23 14:16:07 -0700
committerDavid Lord <davidism@gmail.com>2020-05-23 14:16:07 -0700
commit7cc7d4037282819f0c2728d2bcb4c815f73c951d (patch)
treefcb0c166ecb703113abbb1fe691e1f5496d7d837 /.editorconfig
parentbce4ea4ba54e15959cb412d6793634e0c9b24491 (diff)
downloadclick-7cc7d4037282819f0c2728d2bcb4c815f73c951d.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