22 lines
327 B
INI
22 lines
327 B
INI
StylesPath = styles
|
|
|
|
MinAlertLevel = suggestion
|
|
Vocab = Base
|
|
|
|
Packages = Microsoft, proselint, write-good, alex
|
|
|
|
[formats]
|
|
mdx = md
|
|
|
|
[*]
|
|
write-good.E-Prime = NO
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Microsoft, proselint, write-good, alex
|
|
|
|
BlockIgnores = (\{\#.*?\}), \
|
|
(import.*?from.*?;)
|
|
|
|
[*.json]
|
|
BasedOnStyles = Vale
|