Would like to capture multi line statements and wrap them with a single " ".
foo <- function() {
# TODO the todo searches should find lines where the comment
# is continued to a second line. Maybe matching the number
# of spaces prior to `#`
"Hello"
}
Would like to capture multi line statements and wrap them with a single
" ".