diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..0de30f1808 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{css,js,json,py,yml}] +indent_style = space + +[*.{js,py}] +charset = utf-8 + +[*.{css,py,scss}] +indent_size = 4 + +[*.{js,json,yml}] +ident_size = 2