You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
309 B
19 lines
309 B
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
|
|
|