[vale] Add some vale styles and an ini file
This commit is contained in:
8
vale/.vale-styles/Google/Spacing.yml
Normal file
8
vale/.vale-styles/Google/Spacing.yml
Normal file
@ -0,0 +1,8 @@
|
||||
extends: existence
|
||||
message: "'%s' should have one space."
|
||||
link: 'https://developers.google.com/style/sentence-spacing'
|
||||
level: error
|
||||
nonword: true
|
||||
tokens:
|
||||
- '[.?!] {2,}[A-Z]'
|
||||
- '[.?!][A-Z]'
|
||||
Reference in New Issue
Block a user