diff options
author | csilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917> | 2008-05-15 02:40:13 +0000 |
---|---|---|
committer | csilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917> | 2008-05-15 02:40:13 +0000 |
commit | e88253b3b0538c446d79c37db954e4fd13fb806e (patch) | |
tree | 664b60eec3ea4138d0692868b6795bb196cf20ba /src/backoff.c | |
parent | 7e052e130494b3dbc11efa24a0658f9fdc83b9a9 (diff) | |
download | distcc-e88253b3b0538c446d79c37db954e4fd13fb806e.tar.gz |
Add a consistent emacs-variable header to all source files. This
affects the way emacs users will see these files, when visiting them
in emacs. In particular, tabs will show up as 4 spaces, which is
(clearly) the setting the original distcc author used when writing the
code.
We also set an emacs variable to never insert new tabs, but use spaces
instead. This will help stop the problem we have now with mixed tabs
and spaces. In a future cleanup, we may replace all tabs with 4
spaces, and make other whitespace improvements.
The final new variable set, is to set line-wrapping at 78 chars.
Personally, I would have made it more like 72, but some existing files
already had the 78 limit, so I just do that everywhere, to be
consistent.
Reviewed by fergus@google.com
git-svn-id: http://distcc.googlecode.com/svn/trunk@244 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'src/backoff.c')
-rw-r--r-- | src/backoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backoff.c b/src/backoff.c index 1716169..4e74775 100644 --- a/src/backoff.c +++ b/src/backoff.c @@ -1,4 +1,4 @@ -/* -*- c-file-style: "java"; indent-tabs-mode: nil; fill-column: 78 -*- +/* -*- c-file-style: "java"; indent-tabs-mode: nil; tab-width: 4 fill-column: 78 -*- * * distcc -- A simple distributed compiler system * |