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

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

9 lines
177 B
YAML
Raw Permalink Normal View History

2022-09-27 07:27:20 +02:00
extends: existence
message: "Use semicolons judiciously."
link: 'https://developers.google.com/style/semicolons'
nonword: true
scope: sentence
level: suggestion
tokens:
- ';'