mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-06 02:55:15 +08:00
Rebrand to unmeta-gradle-plugin
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
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}]
|
||||
|
Reference in New Issue
Block a user