mirror of
https://github.com/yuzono/anime-extensions.git
synced 2026-06-13 05:29:44 +00:00
* spotlessApply * fix lint errors * build errors * editonconfig changes * unused imports (cherry picked from commit cd2ac54524ddeb4fdea43e7901b1151b20f634af) (cherry picked from commit 14980cb6ae15db48d6d539e64fd621e1768fc37d)
27 lines
745 B
INI
27 lines
745 B
INI
# Editor configuration, see https://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
|
|
[*.kt]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
max_line_length = 140
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_name_count_to_use_star_import = 2147483647
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
|
|
|
|
ktlint_standard_discouraged-comment-location = disabled
|
|
ktlint_function_signature_body_expression_wrapping = default
|
|
ktlint_standard_chain-method-continuation = disable
|
|
ktlint_standard_blank-line-between-when-conditions = disabled
|
|
ktlint_standard_no-unused-imports = enabled
|
|
|
|
[*.properties]
|
|
charset = utf-8
|