Skip to content

Commit

Permalink
🔧 Don't add newline after multiline when entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Jun 25, 2023
1 parent 1ee888f commit 192564e
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 @@ -17,6 +17,7 @@ trim_trailing_whitespace = true
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ij_kotlin_line_break_after_multiline_when_entry = false
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
ij_kotlin_packages_to_use_import_on_demand =

0 comments on commit 192564e

Please sign in to comment.