.editorconfig: set trim_trailing_whitespace to false (#7958)
This commit is contained in:

committed by
GitHub

parent
34fa690979
commit
a7724b7c2f
@@ -5,7 +5,7 @@ indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
|
Reference in New Issue
Block a user