9 lines
297 B
INI
9 lines
297 B
INI
|
# This goes in a file named either `.vale.ini` or `_vale.ini`.
|
||
|
StylesPath = .config/vale/styles
|
||
|
MinAlertLevel = warning # suggestion, warning or error
|
||
|
|
||
|
# Only Markdown and .txt files; change to whatever you're using.
|
||
|
[*]
|
||
|
# List of styles to load.
|
||
|
BasedOnStyles = Microsoft # proselint, write-good
|