adding parentheses aroudn the two different alternatives

This commit is contained in:
Aiday Marlen Kyzy
2024-03-21 17:14:53 +01:00
parent 0629845986
commit 5d1d7d98a6
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
"pattern": "^(\\t|[ ])*[ ]\\*[^/]*\\*/\\s*$|^(\\t|[ ])*[ ]\\*/\\s*$|^(\\t|[ ])*\\*([ ]([^\\*]|\\*(?!/))*)?$"
},
"indentNextLinePattern": {
"pattern": "^(.*=>\\s*|.*(if|while|for)\\s*\\(.*\\)\\s*)$"
"pattern": "^((.*=>\\s*)|(.*(if|while|for)\\s*\\(.*\\)\\s*))$"
}
},
"onEnterRules": [