editorconfig: trim trailing whitespace
This commit is contained in:
parent
fcea0863f2
commit
25b12d593b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ root = true
|
|||
charset = utf8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.zig]
|
||||
indent_style = space
|
||||
|
|
Loading…
Reference in a new issue