diff --git a/README.md b/README.md index 0aa5d85..8b39d9d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ rules really? Here are some guidelines tho. Use **8 spaces wide TABS** (yes, actual TABS, not just 8 spaces) for 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 -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 ```c