Skip to content

Commit

Permalink
Adjust .editorconfig for kotlinlang style for IntelliJ to better alig…
Browse files Browse the repository at this point in the history
…n with ktfmt
  • Loading branch information
cloudshiftchris authored and hick209 committed Sep 15, 2023
1 parent 9c06ac1 commit 1a4f1ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/editorconfig/.editorconfig-kotlinlang
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ ij_kotlin_continuation_indent_in_supertype_lists = false
ij_kotlin_else_on_new_line = false
ij_kotlin_enum_constants_wrap = off
ij_kotlin_extends_list_wrap = normal
ij_kotlin_field_annotation_wrap = split_into_lines
ij_kotlin_field_annotation_wrap = off
ij_kotlin_finally_on_new_line = false
ij_kotlin_if_rparen_on_new_line = false
ij_kotlin_import_nested_classes = false
ij_kotlin_imports_layout = *
ij_kotlin_insert_whitespaces_in_simple_one_line_method = true
ij_kotlin_keep_blank_lines_before_right_brace = 2
ij_kotlin_keep_blank_lines_in_code = 2
Expand Down

0 comments on commit 1a4f1ed

Please sign in to comment.