mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Trim trailing whitespace and set it in editorconfig
This commit is contained in:
parent
3d912a2c1d
commit
cf0efb811e
10 changed files with 149 additions and 149 deletions
|
@ -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 a new issue