dotfiles/vale/.config/vale/styles/Google/Spelling.yml

11 lines
233 B
YAML

extends: existence
message: "In general, use American spelling instead of '%s'."
link: 'https://developers.google.com/style/spelling'
ignorecase: true
level: warning
tokens:
- '(?:\w+)nised?'
- 'colour'
- 'labour'
- 'centre'