Skip to content

Commit

Permalink
Add .editorconfig (useful for many editors)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frigory33 committed Apr 1, 2023
1 parent 766c7fb commit 91a82d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space

[Makefile]
indent_style = tab

0 comments on commit 91a82d1

Please sign in to comment.