Config Generator

Quickly generate comprehensive configuration files for Vale.

A 'base' style is a comprehensive style guide that serves as a starting point for an in-house style. You generally should only use one at a time.

A 'supplementary' style is a smaller, more specific style that can be used alongside a base style.

These are format- and library-specific configurations for Vale (typically handling details like non-standard markup).

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.