Skip to content

Commit

Permalink
Enable statement_indentation rule in Laravel preset (#178)
Browse files Browse the repository at this point in the history
Fixes #177
  • Loading branch information
hjanos1 authored Apr 24, 2023
1 parent 3d744fa commit b4dcb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/presets/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
'single_space_around_construct' => true,
'space_after_semicolon' => true,
'standardize_not_equals' => true,
'statement_indentation' => false,
'statement_indentation' => true,
'switch_case_semicolon_to_colon' => true,
'switch_case_space' => true,
'ternary_operator_spaces' => true,
Expand Down

0 comments on commit b4dcb7c

Please sign in to comment.