diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1b1a6ca6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.{json,yml,yaml,js}] +indent_size = 2 + +[*.toml] +indent_style = tab +tab_width = 4