File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,10 @@ compose_check_modifiers_for_visibility = only_public
130
130
```
131
131
132
132
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.
136
137
137
138
### Configure custom Modifier names
138
139
@@ -200,6 +201,7 @@ compose_preview_naming_strategy = suffix
200
201
```
201
202
202
203
Possible values of ` compose_preview_naming_strategy ` are:
204
+
203
205
- ` suffix ` : Previews should have ` Preview ` as suffix.
204
206
- ` prefix ` : Previews should have ` Preview ` as prefix.
205
207
- ` anywhere ` : Previews should contain ` Preview ` in their names.
You can’t perform that action at this time.
0 commit comments