forked from yuzono/anime-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
26 lines (22 loc) · 745 Bytes
/
.editorconfig
File metadata and controls
26 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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