[ext/yaml] add indentation rules configuration
parent
2bab83a097
commit
1aa00f53bc
|
@ -23,5 +23,9 @@
|
|||
],
|
||||
"folding": {
|
||||
"offSide": true
|
||||
},
|
||||
"indentationRules": {
|
||||
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
|
||||
"decreaseIndentPattern": "^\\s+\\}$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue