Add Microsoft
and Vocab
This commit is contained in:
15
styles/Microsoft/Hyphens.yml
Normal file
15
styles/Microsoft/Hyphens.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
extends: existence
|
||||
message: "'%s' doesn't need a hyphen."
|
||||
link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens
|
||||
level: warning
|
||||
|
||||
ignorecase: false
|
||||
nonword: true
|
||||
action:
|
||||
name: edit
|
||||
params:
|
||||
- replace
|
||||
- '-'
|
||||
- ' '
|
||||
tokens:
|
||||
- '\s[^\s-]+ly-'
|
Reference in New Issue
Block a user