~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Robert J. Tanner
  • Date: 2009-04-30 22:40:42 UTC
  • mfrom: (4323 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4324.
  • Revision ID: tanner@real-time.com-20090430224042-53v45axtue5bw45l
Merge 1.14.1 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
We use 4 space indents for blocks, and never use tab characters.  (In vim,
386
386
``set expandtab``.)
387
387
 
388
 
No trailing white space is allowed.
 
388
Trailing white space should be avoided, but is allowed.
 
389
You should however not make lots of unrelated white space changes.
389
390
 
390
391
Unix style newlines (LF) are used.
391
392