We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b1613 commit 0a1bf21Copy full SHA for 0a1bf21
.vale.ini
@@ -9,18 +9,7 @@ StylesPath = styles
9
10
# You can list packages from the StylesPath here.
11
# For example, if you download and add the 'Microsoft' style:
12
-Packages = write-good, Google
+Packages = Microsoft, Google
13
14
-# =========== Formats ===========
15
-# This section maps file extensions to Vale's supported formats
16
-# and tells Vale how to find the text.
17
-[formats]
18
-adoc = adoc
19
-
20
-# =========== Globs ===========
21
-# This section defines which files to lint and how.
22
-# It uses the formats defined above.
23
[*.adoc]
24
-BasedOnStyles = Vale, write-good, Google
25
-# Add any other styles you want to use, e.g., Vale, Microsoft
26
-Format = adoc
+BasedOnStyles = Vale, Microsoft, Google
0 commit comments