Skip to content

Commit

Permalink
chore: Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 4, 2024
1 parent 69ab5da commit 4e646fd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
root = true

[*]
charset=utf-8
insert_final_newline=true
indent_style=space
indent_size=4

[*.xml]
indent_size=2

[*.yml]
indent_size=2

[*.html]
indent_size=2

[*.properties]
charset=latin1

[*.sql]
indent_size=2

0 comments on commit 4e646fd

Please sign in to comment.