diff --git a/docs/.vale.ini b/docs/.vale.ini index 617b6bea1..ff459c4ea 100644 --- a/docs/.vale.ini +++ b/docs/.vale.ini @@ -29,4 +29,15 @@ BasedOnStyles = Vale, Google # Removing Google-specific rule - Not applicable under some circumstances Google.WordList = NO -Google.Colons = NO \ No newline at end of file +Google.Colons = NO + +[formats] +# Format associations appear under +# the optional "formats" section. + +[*] +# Format-specific settings appear +# under a user-provided "glob" +# pattern. +TokenIgnores = (:.*:\x60.*\x60) +