Skip to content

Commit

Permalink
Disable blank line between when conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Feb 28, 2024
1 parent ed6033f commit 19fdfec
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 @@ -10,6 +10,7 @@ ktlint_code_style = android_studio
ktlint_experimental = enabled
ktlint_ignore_back_ticked_identifier = true
ktlint_standard_annotation = disabled
ktlint_standard_blank-line-between-when-conditions = disabled
ktlint_standard_class-signature = disabled
ktlint_standard_comment-wrapping = disabled
ktlint_standard_filename = disabled
Expand Down

0 comments on commit 19fdfec

Please sign in to comment.