Microsoft .NET conventions: 4-space indent, CRLF line endings, UTF-8-BOM charset, trim trailing whitespace, insert final newline.
Microsoft .NET Coding Conventions↗
[
]
chevron-down
trash-can
if(true) { ··return; }
if(true) {\n ··return;\n }
Encoding: UTF-8 No byte order mark
if(true) { ··return; }\n
Newline created after 80 characters
First line in file:
content-copycopy
downloaddownload