mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
adding pattern in order to indent the next line
This commit is contained in:
@@ -137,6 +137,9 @@
|
||||
// e.g. * ...| or */| or *-----*/|
|
||||
"unIndentedLinePattern": {
|
||||
"pattern": "^(\\t|[ ])*[ ]\\*[^/]*\\*/\\s*$|^(\\t|[ ])*[ ]\\*/\\s*$|^(\\t|[ ])*\\*([ ]([^\\*]|\\*(?!/))*)?$"
|
||||
},
|
||||
"indentNextLinePattern": {
|
||||
"pattern": "^\\s*(var|const|let)\\s+\\w+\\s*=\\s*\\(.*\\)\\s*=>\\s*$"
|
||||
}
|
||||
},
|
||||
"onEnterRules": [
|
||||
|
||||
Reference in New Issue
Block a user