diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-12 20:51:53 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-12 20:51:53 +0000 |
commit | aadbaaf7afabacb67a23e4868b5f0f47b8d9e48b (patch) | |
tree | b38ea4720f4b3552bb351211dfc97fcf9348048d /doc | |
parent | df073d6e09c0f87fb2e88cc215ace843a5851d4a (diff) |
Updated coding standard
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1069 4979c152-3d1c-0410-bac9-87ea11338e46
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 |