diff --git a/.editorconfig b/.editorconfig index b981f71..db2217d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,9 +5,19 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true +indent_size = 4 indent_style = tab +insert_final_newline = true trim_trailing_whitespace = true [*.md] +indent_style = spaces trim_trailing_whitespace = false + +[*.yml] +indent_style = space +indent_size = 2 + +[package.json] +indent_style = space +indent_size = 2