diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..11eae860e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root=true + + +[*.{yml,yaml}] +end_of_line = crlf +insert_final_newline = true +# editorconfig/editorconfig#329 +indent_style = space +indent_size = 2