Multiline to Single Line
Convert a multiline, indented file to a single line with no whitespace
Start file
api(
'com.vimgolf.challenge'
)
End file
api('com.vimgolf.challenge')
View Diff
1,3c1
< api(
< 'com.vimgolf.challenge'
< )
---
> api('com.vimgolf.challenge')
Solutions by @roudens2:
Unlock 1 remaining solutions by signing in and submitting your own entry