Skip to content

Commit

Permalink
Indentation doesn't work in .yml files (#205979)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Feb 26, 2024
1 parent b1a49d4 commit 845c8ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/docker/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
}
],
"indentationRules": {
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
"decreaseIndentPattern": "^\\s+\\}$"
}
}

0 comments on commit 845c8ed

Please sign in to comment.