From f62108106433b58767a01b08dd7e85d428c448c4 Mon Sep 17 00:00:00 2001 From: Ellen Arvidsson Date: Sat, 28 Jun 2025 01:22:32 +0200 Subject: [PATCH] comment about tab width --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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