From 78e79e1d13955e977ecc5774f7e8324a9f93e4bd Mon Sep 17 00:00:00 2001 From: rubo77 Date: Thu, 8 Jun 2017 20:03:39 +0200 Subject: [PATCH] Docs: Development Basics - tabs Guidelines hint to Makefile that needs spaces in some places --- docs/dev/basics.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dev/basics.rst b/docs/dev/basics.rst index 78391742..ce6cf4ac 100644 --- a/docs/dev/basics.rst +++ b/docs/dev/basics.rst @@ -62,7 +62,9 @@ Code formatting may sound like a topic for the pedantic, however it helps if the code in the project is formatted in the same way. The following rules apply: -- use tabs instead of spaces (set your editor to show tabs as two spaces) +- use tabs instead of spaces (set your editor to show tabs as two spaces.) Only + exceptions are Makefiles, that need spaces in some places (for example the + Package definition) - trailing whitespaces must be eliminated Developing Packages