Skip to content

ruby.lang: fix indented heredoc with tilde

Vlasta Vesely requested to merge vlastavesely/gtksourceview:ruby-heredoc into master

Heredocs with a tilde strip the leading whitespaces inside the strings.

Merge request reports