diff --git a/.vale.ini b/.vale.ini index b63a86148..9280e84d5 100644 --- a/.vale.ini +++ b/.vale.ini @@ -51,6 +51,11 @@ TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\ # Styles to load, located in the `StylesPath` folder: BasedOnStyles = RedHat +# Match org-mode files +[*.org] +# Styles to load, located in the `StlesPath` folder: +BasedOnStyles = proselint,Openly + # Match INI files. See: https://docs.errata.ai/vale/scoping [*.ini] # Styles to load, located in the `StylesPath` folder: