-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_vale.ini.tmpl
31 lines (26 loc) · 1.1 KB
/
dot_vale.ini.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# #
# This file is managed by Chezmoi. Please edit with `chezmoi edit ~/.zshrc` #
# OR #
# `chezmoi edit --apply-template ~/.zshrc` #
# OR #
# directly in the git repo #
# #
###############################################################################
StylesPath = ~/.vale/styles
MinAlertLevel = suggestion
{{- if eq .role "lijn" }}
Packages = Google, RedHat, Hugo
Vocab = lijn
[*.{md,txt,html,doc}]
BasedOnStyles = Vale, RedHat, Google
Google.Passive = NO
Google.Slang = suggestion
Google.Will = suggestion
Google.WordList = NO
RedHat.Contractions = NO
RedHat.DoNotUseTerms = suggestion
# Obsidian Templater
[*.md]
BlockIgnores = (?s) *<%.*?%>
{{- end }}