Skip to content

Commit

Permalink
Enable some other experimental Ktlint rules
Browse files Browse the repository at this point in the history
Those don't generate warnings, thus verify the current code style, and make sense in general
  • Loading branch information
FloEdelmann committed Mar 1, 2024
1 parent 86b0cb7 commit 28e51fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ ktlint_standard_wrapping = disabled

# enable some experimental Ktlint rules
ktlint_standard_function-expression-body = enabled
ktlint_standard_function-type-modifier-spacing = enabled
ktlint_standard_mixed-condition-operators = enabled
ktlint_standard_kdoc = enabled
ktlint_standard_multiline-loop = enabled
ktlint_standard_square-brackets-spacing = enabled

[gradlew]
indent_style = space
Expand Down

0 comments on commit 28e51fb

Please sign in to comment.