Explorar o código

.editorconfig: set trim_trailing_whitespace to false (#7958)

Emily Grace Seville %!s(int64=2) %!d(string=hai) anos
pai
achega
a7724b7c2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -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]