|
|
|
|
|
by samuellb
3683 days ago
|
|
The Linux kernel has a code style with 8 spaces and still has the 80 characters maximum. The coding style says "if you need
more than 3 levels of indentation, you're screwed anyway, and should fix your program.". So not everybody agrees that you need deep indentation. https://www.kernel.org/doc/Documentation/CodingStyle |
|