Skip to content

Commit bba018b

Browse files
chore: format files according to CLAUDE.md guidelines
Applied Prettier formatting to installation.mdx and Vale style files Co-authored-by: Mark Phelps <[email protected]>
1 parent 442b258 commit bba018b

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

docs/.vale/styles/Microsoft/HeadingAcronyms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ link: https://docs.microsoft.com/en-us/style-guide/acronyms#be-careful-with-acro
44
level: warning
55
scope: heading
66
tokens:
7-
- '[A-Z]{2,4}'
7+
- "[A-Z]{2,4}"

docs/.vale/styles/Microsoft/Headings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ level: suggestion
55
scope: heading
66
match: $sentence
77
indicators:
8-
- ':'
8+
- ":"
99
exceptions:
1010
- Azure
1111
- CLI

docs/.vale/styles/Microsoft/Quotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: 'Punctuation should be inside the quotes.'
2+
message: "Punctuation should be inside the quotes."
33
link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks
44
level: error
55
nonword: true

docs/.vale/styles/Microsoft/Semicolon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nonword: true
55
scope: sentence
66
level: suggestion
77
tokens:
8-
- ';'
8+
- ";"

docs/.vale/styles/Microsoft/SentenceLength.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ scope: sentence
44
level: suggestion
55
max: 30
66
token: \b(\w+)\b
7-

docs/.vale/styles/Microsoft/Spacing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
44
level: error
55
nonword: true
66
tokens:
7-
- '[a-z][.?!] {2,}[A-Z]'
8-
- '[a-z][.?!][A-Z]'
7+
- "[a-z][.?!] {2,}[A-Z]"
8+
- "[a-z][.?!][A-Z]"

docs/.vale/styles/Microsoft/Units.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ level: error
55
raw:
66
- '[a-zA-Z]+\s'
77
tokens:
8-
- '(?:centi|milli)?meters'
9-
- '(?:kilo)?grams'
10-
- '(?:kilo)?meters'
11-
- '(?:mega)?pixels'
8+
- "(?:centi|milli)?meters"
9+
- "(?:kilo)?grams"
10+
- "(?:kilo)?meters"
11+
- "(?:mega)?pixels"
1212
- cm
1313
- inches
1414
- lb

docs/.vale/styles/Microsoft/Vocab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends: existence
22
message: "Verify your use of '%s' with the A-Z word list."
3-
link: 'https://docs.microsoft.com/en-us/style-guide'
3+
link: "https://docs.microsoft.com/en-us/style-guide"
44
level: suggestion
55
ignorecase: true
66
tokens:

docs/v2/installation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ docker run -d \
117117
```
118118

119119
In this configuration:
120+
120121
- `$HOME/flipt:/var/opt/flipt` mounts the host directory for persistent data storage
121122
- `$HOME/flipt/config.yaml:/etc/flipt/config/default.yml` mounts your custom configuration file
122123

0 commit comments

Comments
 (0)