Skip to content

Commit

Permalink
fix rules disabled state after ktlint migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed May 29, 2023
1 parent 928d1de commit 520de12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ij_kotlin_imports_layout=*,^
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_experimental = enabled
ktlint_experimental_property-naming = disabled
ktlint_experimental_function-naming = disabled
ktlint_standard_property-naming = disabled
ktlint_standard_function-naming = disabled

0 comments on commit 520de12

Please sign in to comment.