Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Apr 15, 2024
1 parent a35ec02 commit ba3dff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4

[*.php]
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.{json, html, js, css}]
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

0 comments on commit ba3dff5

Please sign in to comment.