]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add EditorConfig
authorDavid Lord <davidism@gmail.com>
Sat, 23 May 2020 20:23:49 +0000 (13:23 -0700)
committerDavid Lord <davidism@gmail.com>
Sat, 23 May 2020 20:23:49 +0000 (13:23 -0700)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..e32c802
--- /dev/null
@@ -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