StylesPath = docs/styles
Vocab = constellation

# IgnoredScopes specifies inline-level HTML tags to ignore.
# These tags may occur in an active scope (unlike SkippedScopes, skipped entirely) but their content still will not raise any alerts.
# Default: ignore `code` and `tt`.
IgnoredScopes = code, tt, img

[*.md]
BasedOnStyles = Vale, Microsoft, Google

# decrease to suggestion
Microsoft.Foreign = suggestion  # conflicts with Microsoft.Contractions
Microsoft.HeadingAcronyms = suggestion  # doesn't consider well-known ones

# increase to warning
Microsoft.OxfordComma = warning
Microsoft.SentenceLength = warning