blog/vale-styles/Microsoft/Spacing.yml

9 lines
213 B
YAML
Raw Normal View History

2021-11-27 14:04:27 +01:00
extends: existence
message: "'%s' should have one space."
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
level: error
nonword: true
tokens:
- '[a-z][.?!] {2,}[A-Z]'
- '[a-z][.?!][A-Z]'