From: David Lord Date: Sat, 23 May 2020 20:23:49 +0000 (-0700) Subject: add EditorConfig X-Git-Tag: 3.0.0rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b347e7b2949256384438470bddf932c54439166;p=thirdparty%2Fjinja.git add EditorConfig --- 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