mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
adding parentheses aroudn the two different alternatives
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user