Skip to content

Commit ff6f03b

Browse files
committed
disables argument list wrapping ktlint rule
1 parent e1452c7 commit ff6f03b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ allprojects {
106106
verbose = true
107107
disabledRules = [
108108
"indent",
109+
"experimental:argument-list-wrapping",
109110
"spacing-between-declarations-with-comments",
110111
"no-multi-spaces",
111112
"experimental:spacing-between-declarations-with-annotations",

0 commit comments

Comments
 (0)