We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988077f commit b6b011bCopy full SHA for b6b011b
extensions/php/language-configuration.json
@@ -25,7 +25,7 @@
25
["`", "`"]
26
],
27
"indentationRules": {
28
- "increaseIndentPattern": "({(?!.*}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch|case).*:)\\s*(/[/*].*)?$",
+ "increaseIndentPattern": "({(?!.*}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch|case).*:)\\s*((/[/*].*|)?$|\\?>)",
29
"decreaseIndentPattern": "^(.*\\*\\/)?\\s*((\\})|(\\)+[;,])|(\\][;,])|\\b(else:)|\\b((end(if|for(each)?|while|switch));))"
30
},
31
"folding": {
0 commit comments