Created
November 30, 2017 14:14
-
-
Save SirRufo/3da418af4c632449edb7b85984b0522f to your computer and use it in GitHub Desktop.
Try format this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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