Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Aug 5, 2024
1 parent 678d442 commit 8f0387d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[*]
end_of_line = lf
insert_final_newline = true

[*.swift]
charset = utf-8
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab

0 comments on commit 8f0387d

Please sign in to comment.