summaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
authorcsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-05-15 02:40:13 +0000
committercsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-05-15 02:40:13 +0000
commite88253b3b0538c446d79c37db954e4fd13fb806e (patch)
tree664b60eec3ea4138d0692868b6795bb196cf20ba /src/stats.h
parent7e052e130494b3dbc11efa24a0658f9fdc83b9a9 (diff)
downloaddistcc-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/stats.h')
-rw-r--r--src/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h
index 34e4371..6afb03b 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -1,4 +1,4 @@
-/* -*- c-file-style: "java"; indent-tabs-mode: nil -*-
+/* -*- c-file-style: "java"; indent-tabs-mode: nil; tab-width: 4 fill-column: 78 -*-
*
* distcc -- A simple distributed compiler system
*