Browse Source

Fix end of line config

Jeremy Thomas 7 years ago
parent
commit
fdeba5d111
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

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