Automatic wrapping with `` (backticks) for PHP

Related to #49188
This commit is contained in:
ranolfi 2018-05-04 05:39:28 -03:00
parent 9c5907f740
commit d5a8ffc032

View file

@ -21,7 +21,8 @@
["[", "]"], ["[", "]"],
["(", ")"], ["(", ")"],
["'", "'"], ["'", "'"],
["\"", "\""] ["\"", "\""],
["`", "`"]
], ],
"indentationRules": { "indentationRules": {
"increaseIndentPattern": "({(?!.+}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch).*:)\\s*(/[/*].*)?$", "increaseIndentPattern": "({(?!.+}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch).*:)\\s*(/[/*].*)?$",