|
|
@ -13,6 +13,18 @@ indent_style = tab |
|
|
|
# @formatter:on |
|
|
|
# @formatter:on |
|
|
|
indent_style = space |
|
|
|
indent_style = space |
|
|
|
indent_size = 4 |
|
|
|
indent_size = 4 |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_argument-list-wrapping = disabled |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_indent = disabled |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_parameter-list-wrapping = disabled |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_trailing-comma-on-call-site = disabled |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_trailing-comma-on-declaration-site = disabled |
|
|
|
|
|
|
|
# noinspection EditorConfigKeyCorrectness |
|
|
|
|
|
|
|
ktlint_standard_wrapping = disabled |
|
|
|
|
|
|
|
|
|
|
|
[*.md] |
|
|
|
[*.md] |
|
|
|
max_line_length = 80 |
|
|
|
max_line_length = 80 |
|
|
|