-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
28 lines (27 loc) · 978 Bytes
/
.editorconfig
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
27
28
root = true
[*]
insert_final_newline = true
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
ij_kotlin_space_after_comma = true
ij_kotlin_space_before_catch_parentheses = true
ij_kotlin_space_before_if_parentheses = true
ij_kotlin_space_before_extend_colon = true
ij_kotlin_space_before_for_parentheses = true
ij_kotlin_space_before_lambda_arrow = true
ij_kotlin_space_before_when_parentheses = true
ij_kotlin_space_before_while_parentheses = true
ij_kotlin_spaces_around_elvis = true
ij_kotlin_space_after_extend_colon = true
ij_kotlin_if_rparen_on_new_line = false
max_line_length = off
ktlint_function_signature_body_expression_wrapping = default
ktlint_code_style = intellij_idea
ktlint_experimental = enabled
ktlint_standard_multiline-expression-wrapping = disabled
ktlint_standard_property-wrapping = disabled
ktlint_standard_condition-wrapping = disabled
ktlint_standard_function-expression-body = disabled
ktlint_standard_if-else-bracing = enabled