diff --git a/.editorconfig b/.editorconfig index ae10a5c..830a86e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,14 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_size = 2 -indent_style = space +indent_style = tab insert_final_newline = true trim_trailing_whitespace = true + +[package.json] +indent_style = space +indent_size = 2 + +[*.{md,css,yml}] +indent_style = space +indent_size = 2