Add trim_trailing_whitespace to .editorconfig
This commit is contained in:
parent
16daefd609
commit
ad4baf87cf
@ -2,6 +2,7 @@ root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
|
Loading…
Reference in New Issue
Block a user