mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +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_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
end_of_line = lf
|
end_of_line = lf
|
Loading…
Reference in a new issue