Sfoglia il codice sorgente

misc: change line endings from CLRF to LF in editor config

totaltaxamount 3 settimane fa
parent
commit
1f0445a45d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -2,7 +2,7 @@ root = true
 
 
 [*]
 [*]
 charset = utf-8
 charset = utf-8
-end_of_line = crlf
+end_of_line = lf
 insert_final_newline = true
 insert_final_newline = true
 trim_trailing_whitespace = true
 trim_trailing_whitespace = true