comment about tab width

This commit is contained in:
Ellen Arvidsson 2025-06-28 01:22:32 +02:00
parent 37c1f93902
commit f621081064

View file

@ -33,7 +33,10 @@ rules really? Here are some guidelines tho.
Use **8 spaces wide TABS** (yes, actual TABS, not just 8 spaces) for Use **8 spaces wide TABS** (yes, actual TABS, not just 8 spaces) for
indentation and when inside `while`-/`if`-/etc. **conditions that span multiple indentation and when inside `while`-/`if`-/etc. **conditions that span multiple
lines, indent 4 spaces + 0 or more TABS**, as to separate condition from body lines, indent 4 spaces + 0 or more TABS**, as to separate condition from body
of of the conditional statement.
(Look at the following examples using a tab width of 8, otherwise they won't
make much sense.)
I.e. do I.e. do
```c ```c