1
0
Эх сурвалжийг харах

.editorconfig: set trim_trailing_whitespace to false (#7958)

Emily Grace Seville 2 жил өмнө
parent
commit
a7724b7c2f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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]