Sign in
dart
/
dart_style
/
refs/tags/0.1.8
/
.
/
test
/
splitting
/
arrows.stmt
blob: ce6c79c6c687b0ca536efeaa747289c6f57d36f3 [
file
] [
log
] [
blame
]
40
columns
|
>>>
do
not
split after
"("
doSomethingWithFn
((
argument
)
=>
functionBodyTooLong
());
<<<
doSomethingWithFn
((
argument
)
=>
functionBodyTooLong
());