Skip to content

Commit

Permalink
Adjust .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 2, 2024
1 parent 626884d commit dd77dff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

root = true

[*]
[*.php]
indent_size = 4
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_size = 4

0 comments on commit dd77dff

Please sign in to comment.