Merge pull request #28 from cjfloss/editor-config
Use the Unix file ending
This commit is contained in:
commit
9f7f8413d3
|
@ -3,7 +3,7 @@ root = true
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = crlf
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
|
Loading…
Reference in New Issue