aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-23 13:23:49 -0700
committerDavid Lord <davidism@gmail.com>2020-05-23 13:23:49 -0700
commit6b347e7b2949256384438470bddf932c54439166 (patch)
tree7cdfc3f423557af1ed659ac654037a9dc3190787
parenta51a0cff346fc0c1c2a160c2667ad1f67cb936e4 (diff)
downloadjinja-6b347e7b2949256384438470bddf932c54439166.tar.gz
add EditorConfig
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..e32c8029
--- /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