Skip to content

Commit

Permalink
Merge branch 'main' into local
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhvath28 authored Aug 27, 2024
2 parents 8be2010 + 3b49852 commit 047261c
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 047261c

Please sign in to comment.