Skip to content

Commit

Permalink
feat: Editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jan 30, 2024
1 parent 5d16c3f commit ea76c5c
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 @@
# EditorConfig is awesome: https://EditorConfig.org

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 127

0 comments on commit ea76c5c

Please sign in to comment.