12 lines
342 B
INI
12 lines
342 B
INI
|
# This goes in a file named either `~/.vale.ini` or `_vale.ini`.
|
||
|
StylesPath = styles
|
||
|
MinAlertLevel = suggestion
|
||
|
|
||
|
# External packages
|
||
|
Packages = Google, Readability, alex, proselint, write-good
|
||
|
# Only Markdown and .txt files; change to whatever you're using.
|
||
|
[*.{md,txt}]
|
||
|
# List of styles to load.
|
||
|
BasedOnStyles = alex, proselint, write-good
|
||
|
|