diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding-standard.pdf | bin | 44552 -> 42850 bytes | |||
-rw-r--r-- | doc/coding-standard.tex | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-standard.pdf b/doc/coding-standard.pdf Binary files differindex ec407ccf..78a0420b 100644 --- a/doc/coding-standard.pdf +++ b/doc/coding-standard.pdf diff --git a/doc/coding-standard.tex b/doc/coding-standard.tex index 23cf445e..dd38e1ba 100644 --- a/doc/coding-standard.tex +++ b/doc/coding-standard.tex @@ -26,8 +26,8 @@ data structure entity may be grouped together even if each run may touch only a small part of the code so that these functions can be maintained together in a logical way. -Nested blocks of code should be indented with a single tab. This way, -programmers can adjust the tab width of their editors to their preferences. +Nested blocks of code should be indented with a single 4 spaces. Tabs are OK, +but before release, a single commit will be made using perltidy -i=4. Lines longer than 79 characters are not handled well by many terminals and should generally be avoided. Continued lines should be indented by one more tab |