mirror of
https://git.lavender.software/lavender/watch-party.git
synced 2024-11-23 18:47:32 +00:00
Update editorconfig if using LF endings
This commit is contained in:
parent
f3ee2ecc83
commit
4b61c44d6a
1 changed files with 1 additions and 1 deletions
|
@ -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 = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in a new issue