chore(tooling): set indent_size for 4 unless it's json, then set it to 2
This commit is contained in:
parent
b2bc02108d
commit
2543372072
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,14 @@ root = true
|
|||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.json]
|
||||
ident_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue