Indentation doesn't work in .yml files (#205979)

This commit is contained in:
Martin Aeschlimann 2024-02-26 15:35:06 +01:00 committed by GitHub
parent b1a49d4cdb
commit 845c8ed65c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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