diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..54eb6e0d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root = true + +[*] +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = false +spaces_around_operators = true +tab_width = 4 +indent_size = 4 + +ij_continuation_indent_size = 8 +ij_any_align_multiline_parameters = false + +[*.yaml] +indent_style = space +tab_width = 2 +[*.yml] +indent_style = space +tab_width = 2 \ No newline at end of file