Skip to content

Commit

Permalink
Restores the.editorconfig in master and adds continuation_indent_size
Browse files Browse the repository at this point in the history
  • Loading branch information
returnToInnocence authored Feb 26, 2024
1 parent 4794c29 commit 1fde1d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{java,xml,py}]
indent_style = space
indent_size = 4

[*.{java,xml}]
continuation_indent_size = 8

0 comments on commit 1fde1d0

Please sign in to comment.