.editorconfig: set trim_trailing_whitespace to false (#7958)

This commit is contained in:
Emily Grace Seville
2022-04-15 23:48:17 -03:00
committed by GitHub
parent 34fa690979
commit a7724b7c2f
+1 -1
View File
@@ -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]