Skip to content

Commit

Permalink
Fixed ktlint triggering on compose function names
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Dec 2, 2023
1 parent 42533b3 commit 833c51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ij_wrap_on_typing = false

[*.{kt,kts}]
ktlint_code_style = ktlint_official
ktlint_function_naming_ignore_when_annotated_with=Composable
twitter_compose_allowed_composition_locals = LocalTypographySettings,LocalDimens,LocalWindowSize,LocalFoldableHinge

[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.opml,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul,rss_kuketz,rss_morningpaper}]
Expand Down

0 comments on commit 833c51f

Please sign in to comment.