Преглед на файлове

.editorconfig: set trim_trailing_whitespace to false (#7958)

Emily Grace Seville преди 2 години
родител
ревизия
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]