Update editorconfig settings to allow long test methods
This commit is contained in:
parent
f0dd87646d
commit
9c09a33c7c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ max_line_length = 120
|
|||
ij_kotlin_imports_layout = *,^
|
||||
ij_kotlin_allow_trailing_comma = true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = true
|
||||
ktlint_ignore_back_ticked_identifier = true
|
||||
|
||||
[*.{yml,yaml,json,toml,md}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue