Fix end of line config

This commit is contained in:
Jeremy Thomas 2017-12-14 09:08:56 +00:00
parent 34bfc78797
commit fdeba5d111

View File

@ -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