Skip to content

Update KTLint #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reorder rules
  • Loading branch information
stevenzeck committed Nov 8, 2024
commit 773605eaf0e6fd9f9fad674c28d47ccf7e3aad40
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=*