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

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

11 lines
226 B
YAML
Raw Permalink Normal View History

2022-09-27 07:27:20 +02:00
extends: existence
message: "'%s' should have one space."
link: 'https://developers.google.com/style/sentence-spacing'
level: error
nonword: true
2023-12-27 17:58:02 +01:00
action:
name: remove
2022-09-27 07:27:20 +02:00
tokens:
- '[a-z][.?!] {2,}[A-Z]'
- '[a-z][.?!][A-Z]'