summaryrefslogtreecommitdiff
path: root/ci/vale/Google/Hyphens.yml
blob: f9779637e103fb0972b4ad33078eea2fb614304f (plain)
1
2
3
4
5
6
7
8
extends: existence
message: "Don't place a space on either side of a hyphen (unless it's suspended)."
link: 'https://developers.google.com/style/hyphens'
level: warning
nonword: true
tokens:
  - '\s-'
  - '-\s'