forked from extern/nushell
Merge pull request #580 from est31/trailing_spaces
Trim trailing whitespace and set it in editorconfig
This commit is contained in:
commit
7bd2fa1bfc
@ -4,6 +4,6 @@ root = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
end_of_line = lf
|
Loading…
Reference in New Issue
Block a user