Add .editorconfig
This commit is contained in:
parent
82be38c00b
commit
f3f8c33b93
19
.editorconfig
Normal file
19
.editorconfig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user