Skip to content

Commit

Permalink
private_config: Add org-mode file type to .vale.ini
Browse files Browse the repository at this point in the history
This update adds Vale support for org-mode files and lints them with
rules for proselint and Openly.

- This is part of my private, emacs config, and not to be merged with
the upstream Vale at Red Hat repo.
  • Loading branch information
michaelryanpeter committed Dec 1, 2021
1 parent f1c8fef commit f89a651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f89a651

Please sign in to comment.