9 lines
320 B
INI
9 lines
320 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, write-good # Microsoft, proselint, write-good
|