diff --git a/.editorconfig b/.editorconfig index 702598e1..198a492d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,13 +3,16 @@ root = true [*] end_of_line = lf charset = utf-8 - -[*.json] -indent_style = space -indent_size = 2 +insert_final_newline = false trim_trailing_whitespace = true -[*.md] +[*.{json,js,css}] +indent_style = space +indent_size = 2 + +[*.{md,rs}] indent_style = space indent_size = 4 -trim_trailing_whitespace = true \ No newline at end of file + +[*.lua] +indent_style = tab \ No newline at end of file