Explorar o código

Implemented: Add editor config rules for *.txt files

Richard %!s(int64=10) %!d(string=hai) anos
pai
achega
1f28662687
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .editorconfig

+ 5 - 0
.editorconfig

@@ -15,3 +15,8 @@ insert_final_newline = true
 trim_trailing_whitespace = true
 indent_size = 4
 indent_style = space
+
+[*.txt]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true