Skip to content

Commit

Permalink
Reorder rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenzeck committed Nov 8, 2024
1 parent 9383b32 commit 773605e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ij_continuation_indent_size = 4

[*.{kt,kts}]
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
# Imports must be ordered in lexicographic order without any empty lines in-between.
# https://github.com/pinterest/ktlint/issues/1236
ij_kotlin_imports_layout=*
ktlint_code_style = intellij_idea
ktlint_standard_no-wildcard-imports = disabled
ktlint_standard_max-line-length = disabled
Expand All @@ -21,7 +24,3 @@ ktlint_standard_statement-wrapping = disabled
ktlint_standard_trailing-comma-on-call-site = disabled
ktlint_standard_trailing-comma-on-declaration-site = disabled
ktlint_standard_wrapping = disabled

# Imports must be ordered in lexicographic order without any empty lines in-between.
# https://github.com/pinterest/ktlint/issues/1236
ij_kotlin_imports_layout=*

0 comments on commit 773605e

Please sign in to comment.