Skip to content

Commit ab23cfa

Browse files
committed
Fix rogue lists in ktlint docs
1 parent 703bf71 commit ab23cfa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/ktlint.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ compose_check_modifiers_for_visibility = only_public
130130
```
131131

132132
Possible values are:
133-
* `only_public`: (default) Will check for missing modifiers only for public composables.
134-
* `public_and_internal`: Will check for missing modifiers in both public and internal composables.
135-
* `all`: Will check for missing modifiers in all composables.
133+
134+
- `only_public`: (default) Will check for missing modifiers only for public composables.
135+
- `public_and_internal`: Will check for missing modifiers in both public and internal composables.
136+
- `all`: Will check for missing modifiers in all composables.
136137

137138
### Configure custom Modifier names
138139

@@ -200,6 +201,7 @@ compose_preview_naming_strategy = suffix
200201
```
201202

202203
Possible values of `compose_preview_naming_strategy` are:
204+
203205
- `suffix`: Previews should have `Preview` as suffix.
204206
- `prefix`: Previews should have `Preview` as prefix.
205207
- `anywhere`: Previews should contain `Preview` in their names.

0 commit comments

Comments
 (0)