Config generator

Build your .vale.ini

Pick your styles and formats—we'll assemble a ready-to-use configuration file.

1

Base style

A comprehensive style guide to build on. Choose one as your foundation.

2

Supplementary styles

Smaller, focused styles you can layer on top of your base. Add as many as you like.

3

Configurations

Format- and library-specific settings for handling non-standard markup.

.vale.ini

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 saving your .vale.ini, run vale sync to install the packages. Browse everything available in the Package Explorer.