1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-19 23:45:57 +02:00

Merge pull request from est31/trailing_spaces

Trim trailing whitespace and set it in editorconfig
This commit is contained in:
Jonathan Turner
2019-09-03 16:25:41 +12:00
committed by GitHub
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