added tabwidth info

This commit is contained in:
Bernhard Posselt
2012-12-01 18:42:59 +01:00
parent f8249affb2
commit 81fa217b8d

View File

@@ -1,10 +1,11 @@
Coding Guidelines
=================
Coding Style Guidelines
=======================
General
-------
* Maximum line-length of 80 characters
* Use tabs to indent
* A tab is 4 spaces wide
* Opening braces of blocks are on the same line as the definition
* Quotes: ' for everything, " for HTML attributes (<p class="my_class">)