Skip to content

Instantly share code, notes, and snippets.

@SirRufo
Created November 30, 2017 14:14
Show Gist options
  • Save SirRufo/3da418af4c632449edb7b85984b0522f to your computer and use it in GitHub Desktop.
Save SirRufo/3da418af4c632449edb7b85984b0522f to your computer and use it in GitHub Desktop.
Try format this
public class Foo
{
public string GetValue()
{
return @"start of text
{
with some lines
}
end of text";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment