Skip to content

Commit

Permalink
ensure unix line endings everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jul 4, 2024
1 parent fd54e6a commit 3b49852
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
root = true

[*.cr]
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.cr]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab

0 comments on commit 3b49852

Please sign in to comment.