-
-
Notifications
You must be signed in to change notification settings - Fork 290
Expand file tree
/
Copy path.vale.ini
More file actions
25 lines (19 loc) · 808 Bytes
/
.vale.ini
File metadata and controls
25 lines (19 loc) · 808 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
# vale.ini
StylesPath = vale_styles # Update this path to where your styles are stored.
MinAlertLevel = error # Set the minimum alert level to display (suggestion, warning, or error).
Vocab = Base
[*.md]
# Enable Markdown-specific styles.
BasedOnStyles = Vale, Google
# Customize specific rules based on your needs.
List.Capitalization = YES
# Override some rules:
Vale.Spelling = YES
Google.PassiveVoice = NO # Disable passive voice rule if unnecessary
Google.We = NO # Disable first-person plural flagging
Google.Will = NO # Allow "will" usage
Google.Exclamation = NO # Allow exclamation points
Google.Ellipses = NO # Allow ellipses in text
Google.Latin = NO # Allow "e.g." and "i.e." instead of "for example"
# Allow specific terms:
Vale.Terms=NO