add rules for coding guide:

* use tabs instead of spaces
* use jsonfilter for speed
This commit is contained in:
Christof Schulze 2016-12-07 22:46:55 +01:00
parent ddf0217395
commit 938602bf9f

View File

@ -55,4 +55,11 @@ should be considered:
- Is the script doing more than just executing external commands? if so, use lua
- Is the script parsing/editing json-data? If so, use lua for speed
- When using sh, use jsonfilter instead of json_* functions for speed
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
- trailing whitespaces must be eliminated