added missing rules I generally like
This commit is contained in:
parent
4b6a2b31bb
commit
e7af69e5e8
1 changed files with 8 additions and 0 deletions
|
@ -2,7 +2,15 @@ root = true
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{yaml,yml,json5}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue