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