[vale] Add some vale styles and an ini file
This commit is contained in:
11
vale/.vale-styles/proselint/Typography.yml
Normal file
11
vale/.vale-styles/proselint/Typography.yml
Normal file
@ -0,0 +1,11 @@
|
||||
extends: substitution
|
||||
message: Consider using the '%s' symbol instead of '%s'.
|
||||
level: error
|
||||
nonword: true
|
||||
swap:
|
||||
'\.\.\.': …
|
||||
'\([cC]\)': ©
|
||||
'\(TM\)': ™
|
||||
'\(tm\)': ™
|
||||
'\([rR]\)': ®
|
||||
'[0-9]+ ?x ?[0-9]+': ×
|
||||
Reference in New Issue
Block a user