Linux kernel coding style: tab indentation, LF line endings, UTF-8, trim trailing whitespace, insert final newline.
Linux Kernel Coding Style↗
[
]
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