Files
stream-chat-flutter/.styles/Google/Spacing.yml
T
Jeroen Leenarts 749b7144c3 Add vale config
2022-12-06 15:40:17 +01:00

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]'