Update editorconfig if using LF endings

main
Charlotte Som 2023-02-02 06:36:01 +00:00
parent f3ee2ecc83
commit 4b61c44d6a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = false
insert_final_newline = true