Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Refactor: Use lf as eol in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Nov 14, 2022
1 parent 31513f2 commit 0a184b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a184b2

Please sign in to comment.