Skip to content

Commit

Permalink
[language-php] Fix incorrect indentation after ternary expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 20, 2024
1 parent 5e84a7c commit 5aef671
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
;


["{" "(" "["] @indent
["}" ")" "]"] @dedent

":" @indent
; if ($foo):
(colon_block ":" @indent)

["endif" "endfor" "endforeach" "enddeclare" "endswitch"] @dedent

0 comments on commit 5aef671

Please sign in to comment.