Quickly generate comprehensive configuration files for Vale.
Loading editor...
StylesPath = styles MinAlertLevel = suggestion [*.{md}] # ^ This section applies to only Markdown files. # # You can change (or add) file extensions here # to apply these settings to other file types. # # For example, to apply these settings to both # Markdown and reStructuredText: # # [*.{md,rst}] BasedOnStyles = Vale
Tip: After creating your .vale.ini
file using the above config, run vale sync
from the command line to initialize it. Check out the Package Explorer for more information on the available
styles and configurations.