StylesPath = styles

MinAlertLevel = suggestion

Vocab = geant-jargon, Sphinx

Packages = proselint, Microsoft

[*.{md,py}]
; We only lint .md and .py files
BasedOnStyles = Vale, proselint, Microsoft
Microsoft.Headings = NO

TokenIgnores = (?:{term}`\S+`)

[*/glossary.md]
; Ignore acronyms being undefined in the file that defines all acronyms by definition.
Microsoft.Acronyms = NO

[formats]
; Ignore inline comments in source code, as these do not show up in generated documentation.
py = rst