diff --git a/homes/scotte/config/editors/vscode/settings.json b/homes/scotte/config/editors/vscode/settings.json index 219093f3..9df13be6 100644 --- a/homes/scotte/config/editors/vscode/settings.json +++ b/homes/scotte/config/editors/vscode/settings.json @@ -146,6 +146,19 @@ "ui.semanticTokens": true }, + "linter": { + "linters": { + "yamllint": { + "configFiles": [ + ".yamllint.yml", + ".yamllint.yaml", + ".yamllint", + ".ci/yamllint/.yamllint.yaml" + ] + } + } + }, + "prettier": { "printWidth": 120 },