Преглед изворни кода

disable insert_final_newline

a.vinogradov пре 5 година
родитељ
комит
b80c190d81
1 измењених фајлова са 13 додато и 13 уклоњено
  1. 13 13
      .editorconfig

+ 13 - 13
.editorconfig

@@ -1,13 +1,13 @@
-# editorconfig.org
-root = true
-
-[*]
-indent_style = space
-indent_size = 4
-end_of_line = crlf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = crlf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = false
+
+[*.md]
+trim_trailing_whitespace = false