14 lines
250 B
INI
14 lines
250 B
INI
root = true
|
|
|
|
# See conf/detekt.yml, values should be the same
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
|
|
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^
|