trim trailing whitespace
This commit is contained in:
parent
a165a40378
commit
c136fbbcb9
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ root = true
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue