refactor: default indentation

This commit is contained in:
Michele Cereda
2023-12-26 12:01:58 +01:00
parent 5c01de5433
commit 88d42a79fc

View File

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