Browse Source

.editorconfig: set trim_trailing_whitespace to false (#7958)

Emily Grace Seville 2 năm trước cách đây
mục cha
commit
a7724b7c2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]