.editorconfig: set trim_trailing_whitespace to false (#7958)
This commit is contained in:
parent
34fa690979
commit
a7724b7c2f
|
|
@ -5,7 +5,7 @@ indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue