mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-04 01:55:16 +08:00
29 lines
561 B
INI
29 lines
561 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{java,kt,kts,scala,rs,xml,kt.spec,kts.spec}]
|
|
indent_size = 4
|
|
|
|
[*.{kt,kts}]
|
|
ktlint_code_style = android
|
|
ktlint_ignore_back_ticked_identifier = true
|
|
max_line_length = 200
|
|
ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = true
|
|
|
|
[*{.yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|