Skip to content

Commit

Permalink
feat: Add editor configuration (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 authored Sep 23, 2021
1 parent af90938 commit 472b15e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EditorConfig is awesome: https://EditorConfig.org

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

0 comments on commit 472b15e

Please sign in to comment.