diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a7c44ddb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.{yml,yaml}] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index c23249d2..91b0574a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.min.js binary +/.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore