Merge branch 'main' into aiday/addingIndentationForIfForWhile

This commit is contained in:
Aiday Marlen Kyzy
2024-03-21 17:10:29 +01:00
19 changed files with 341 additions and 204 deletions

View File

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