From 71141b80ee88757d3cc87a9c564cd073ddb972a2 Mon Sep 17 00:00:00 2001 From: hsc Date: Wed, 6 Jun 2012 14:27:17 +0000 Subject: [PATCH] don't use tabs in Python code git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1310 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/coding-style.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index 8e43a657..8db1b6bf 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -4,6 +4,12 @@ Coding Style for Fail* You may violate/break any of the following rules if you have a good reason to do so, e.g., if readability is notably enhanced. +For Python code, try to stick to . +Especially use 4 spaces per indentation level, and don't mix tabs and spaces +for indentation. + +The following style rules apply to C/C++ code: + - Language (comments, SVN commit messages, "temporary" stuff): English (without exception)