Skip to content

Commit

Permalink
Update: Add php max file length 120
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Apr 29, 2024
1 parent 6101cf4 commit 48ea953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ indent_style = space
indent_size = 4

# Exceptions
[*.php]
max_line_length = 120

[{*.yaml,package.json,.*rc}]
indent_size = 2

Expand Down

0 comments on commit 48ea953

Please sign in to comment.