dotfiles/vale/.config/vale/styles/Google/Headings.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
469 B
YAML
Raw Normal View History

2022-09-27 07:27:20 +02:00
extends: capitalization
message: "'%s' should use sentence-style capitalization."
2023-12-27 17:58:02 +01:00
link: "https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings"
2022-09-27 07:27:20 +02:00
level: warning
scope: heading
match: $sentence
indicators:
2023-12-27 17:58:02 +01:00
- ":"
2022-09-27 07:27:20 +02:00
exceptions:
- Azure
- CLI
- Cosmos
- Docker
- Emmet
- gRPC
- I
- Kubernetes
- Linux
- macOS
- Marketplace
- MongoDB
- REPL
- Studio
- TypeScript
- URLs
- Visual
- VS
- Windows
2024-04-08 15:57:28 +02:00
- JSON