[ext/yaml] add indentation rules configuration

This commit is contained in:
Miguel Carvajal 2018-01-10 02:52:03 -03:00
parent 2bab83a097
commit 1aa00f53bc

View file

@ -23,5 +23,9 @@
],
"folding": {
"offSide": true
},
"indentationRules": {
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
"decreaseIndentPattern": "^\\s+\\}$"
}
}
}