diff --git a/.editorconfig b/.editorconfig index 9e0dbfd..c414842 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true @@ -14,8 +14,15 @@ insert_final_newline = true [.vscode/*.json] insert_final_newline = false -[*.xml] -indent_size = 2 +[*.{ba,,z}sh] +indent_style = tab +indent_size = 4 -[*.{yaml,yml}] -indent_size = 2 +[*.json] +indent_size = 4 + +[*.lsrules] +indent_size = 4 + +[*.py] +indent_size = 4