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

9 lines
203 B
YAML

extends: existence
message: "'%s' should have one space."
link: 'https://developers.google.com/style/sentence-spacing'
level: error
nonword: true
tokens:
- '[a-z][.?!] {2,}[A-Z]'
- '[a-z][.?!][A-Z]'