From 75d244515db4db66d3f7d33dba8067b79894916c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 19 Mar 2011 11:55:14 +0200 Subject: [PATCH] docs/HACKING: adding indentation guidelines. --- docs/HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/HACKING b/docs/HACKING index 2c17d21..7d75476 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -2,6 +2,11 @@ Coding-style -------------- +Indentation +----------- + +This project uses soft tabs that is 4 spaces wide. + Statements ---------- If only one statement exist in a statement body. Braces should be skipped,