Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
VonUniGE authored and rwinch committed Apr 20, 2020
1 parent 82be38c commit f3f8c33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120

[*.{java,xml}]
indent_style = tab
indent_size = 4
charset = utf-8
continuation_indent_size = 8

ij_smart_tabs = false
ij_java_align_multiline_parameters = false

[*.gradle]
indent_style = tab

0 comments on commit f3f8c33

Please sign in to comment.