-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.vale.ini
More file actions
40 lines (34 loc) · 908 Bytes
/
.vale.ini
File metadata and controls
40 lines (34 loc) · 908 Bytes
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
32
33
34
35
36
37
38
39
40
# docs: https://vale.sh/docs/topics/config/
StylesPath = assets/writing-styles
MinAlertLevel = suggestion
Packages = Microsoft
[formats]
# Format associations appear under
# the optional "formats" section.
qmd = md
# docs: IPA Writing Guidelines https://ipastorage.box.com/shared/static/exej2k7pzsr9clr9hxdie70zaiv78j2k.docx
[*.{md,qmd}]
BasedOnStyles = IPA, Microsoft
IPA.Tense = NO
IPA.ThereIs = NO
IPA.TooWordy = NO
IPA.Weasel = NO
IPA.Abbreviations = NO
Microsoft.Acronyms = NO
Microsoft.AMPM = NO
Microsoft.Foreign = NO
Microsoft.Passive = NO
Microsoft.Semicolon = NO
Microsoft.SentenceLength = NO
Microsoft.HeadingAcronyms = NO
Microsoft.HeadingPunctuation = NO
Microsoft.Headings = NO
Microsoft.Gender = NO
Microsoft.Contractions = NO
Microsoft.OxfordComma = NO
Microsoft.Vocab = NO
Microsoft.We = NO
Microsoft.Wordiness = NO
Microsoft.Spacing = NO
Microsoft.Negative = NO
Microsoft.Quotes = NO