mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
19 lines
618 B
INI
19 lines
618 B
INI
|
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
|