diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..25b17ff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = tab +insert_final_newline = true + +[*.md] +indent_style = space +trim_trailing_whitespace = false + +[*.{yml,json}] +indent_size = 2 +indent_style = space