mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
refactor: default indentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user