Skip to content

Commit

Permalink
Simplify editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 23, 2024
1 parent bec01a3 commit b4e835b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{kt, kts, gradle}]
indent_style = space
indent_size = 4
continuation_indent_size = 4

0 comments on commit b4e835b

Please sign in to comment.