.editorconfig: set trim_trailing_whitespace to false (#7958)

pull/8028/head
Emily Grace Seville 2022-04-16 12:48:17 +10:00 committed by GitHub
parent 34fa690979
commit a7724b7c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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]