<div dir="ltr">> 4) TAB vs SPACE indentation !<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
Doh! Could you remind me - what was the magic tool which takes care of indentation<br>
for kernel devs? Osmocom uses linux kernel code style, is it?<br></blockquote><div><br></div><div style>indent? But it has A LOT of options. Osmocom uses linux kernel coding style, right?</div><div style><br></div><div style>
man indent</div><div style>[...]</div><div style><br></div><div style><div>       The Linux style is used in the linux kernel code and drivers. Code generally has to follow the Linux coding style  to  be  accepted.</div><div>
       This style is equivalent to the following settings:</div><div><br></div><div>            -nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4</div><div>            -cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -nprs -npsl -sai</div>
<div>            -saf -saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1</div><div>[...]</div><div><br></div><div style>Does this command matches exactly osmocom coding style (can't try it myself now...)?</div></div></div>
</div></div>