Skip to content

Commit

Permalink
Merge pull request #295 from raaymax/editorconfig
Browse files Browse the repository at this point in the history
style: added .editorconfig file
  • Loading branch information
ramedina86 authored Mar 11, 2024
2 parents 08d48ef + eae0f3b commit d4ab53e
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
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab

0 comments on commit d4ab53e

Please sign in to comment.