speice.io/.styles/Microsoft/Spacing.yml

9 lines
213 B
YAML
Raw Normal View History

2024-09-30 21:01:59 -04: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]'