Skip to content

Commit

Permalink
add java files to editorconfig (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Darwin D Wu <darwin67@users.noreply.github.com>
  • Loading branch information
darwin67 and darwin67 authored Feb 23, 2024
1 parent e9a6a15 commit 70191ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ insert_final_newline = true
max_line_length = 120
tab_width = 2

[*.{kt,kts}]
[*.{kt,kts,java}]
indent_size = 4
tab_width = 4

Expand Down

0 comments on commit 70191ad

Please sign in to comment.