Go formatting convention: tab indentation for .go files via gofmt, with LF line endings and UTF-8 for all files.

Effective Go — Formatting

Languages (1)chevron-down

global options

indent-style:open-in-new
if(true) {
··return;
}
if(true) {
··return;
}
end-of-line:open-in-new
if(true) {\n
··return;\n
}
charset:open-in-new
Encoding: UTF-8
No byte order mark
if(true) {
··return;
}
if(true) {
··return;
}\n
Newline created after
80 characters
First line in file: