Spacing.yml 193 B

12345678
  1. extends: existence
  2. message: "'%s' should have one space."
  3. link: 'https://developers.google.com/style/sentence-spacing'
  4. level: error
  5. nonword: true
  6. tokens:
  7. - '[.?!] {2,}[A-Z]'
  8. - '[.?!][A-Z]'