Editorconfig : remove trailing whitespace.
This commit is contained in:
parent
7cd519c7f6
commit
32fa6e9aed
|
@ -2,7 +2,8 @@ root = true
|
|||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Reference in a new issue