Skip to content

Commit

Permalink
fix(editorconfig) : php needs one empty line at end
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Jan 14, 2025
1 parent 6d88f99 commit 7e644e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ charset = utf-8
[*.php]
indent_style = space
indent_size = 4
insert_final_newline = true

[Makefile]
indent_style = tab
Expand Down

0 comments on commit 7e644e1

Please sign in to comment.