use LF instead of CRLF (#28)
This commit is contained in:
parent
24918c946d
commit
f690c04577
7 changed files with 252 additions and 251 deletions
|
@ -3,6 +3,7 @@ root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue