Docs: Development Basics - tabs Guidelines hint to Makefile that needs spaces in some places

This commit is contained in:
rubo77 2017-06-08 20:03:39 +02:00
parent 2734a486cf
commit 78e79e1d13

View File

@ -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 the code in the project is formatted in the same way. The following rules
apply: 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 - trailing whitespaces must be eliminated
Developing Packages Developing Packages