Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Aug 8, 2024
1 parent 4c663e8 commit d147860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true
ij_any_keep_indents_on_empty_lines = false
trim_trailing_whitespace = true
trim_trailing_whitespace = false

[*.{kt,kts}]
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
Expand Down Expand Up @@ -65,7 +65,6 @@ ij_json_spaces_within_brackets = false
ij_json_wrap_long_lines = false

[*.properties]
trim_trailing_whitespace = false
ij_properties_align_group_field_declarations = false
ij_properties_keep_blank_lines = true
ij_properties_key_value_delimiter = equals
Expand Down

0 comments on commit d147860

Please sign in to comment.