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
130130```
131131
132132Possible 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
202203Possible 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.
You can’t perform that action at this time.
0 commit comments