forked from kiwicom/orbit-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
17 lines (17 loc) · 923 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[*.{kt,kts}]
ij_kotlin_imports_layout = *, ^
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
insert_final_newline = true
max_line_length = 120
ktlint_experimental = enabled
ktlint_standard_function-signature = disabled
ktlint_standard_multiline-expression-wrapping = disabled
ktlint_standard_chain-method-continuation = disabled # weird rule
ktlint_standard_discouraged-comment-location = disabled # it disallows comments to multi-line fun args
ktlint_standard_property-naming = disabled
ktlint_standard_function-naming = disabled
ktlint_standard_string-template-indent = disabled # due to multiline-expression-wrapping dependency
ktlint_standard_class-signature = disabled # due to discouraged-comment-location
ktlint_standard_if-else-wrapping = disabled # due to discouraged-comment-location
ktlint_standard_value-argument-comment = disabled # due to discouraged-comment-location