src.nth.io/

summaryrefslogtreecommitdiff
path: root/hoersten-c-style.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2009-09-03 18:57:10 -0500
committerLuke Hoersten <[email protected]>2009-09-03 18:57:10 -0500
commit45c806b41a78d2d592f5d4e3883a5b4f75d93544 (patch)
treebf0800ddb86af923fe938517208f865b4a537968 /hoersten-c-style.el
parentb9eab66f66fda54f561c8ce10179888af0b1670f (diff)
Tweaking whitespace handling
Diffstat (limited to 'hoersten-c-style.el')
-rw-r--r--hoersten-c-style.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/hoersten-c-style.el b/hoersten-c-style.el
index bfa9b02..f14025f 100644
--- a/hoersten-c-style.el
+++ b/hoersten-c-style.el
@@ -38,6 +38,7 @@
(setq c-basic-offset 3)
(setq indent-tabs-mode t)
(setq standard-indent 3)
+ (setq whitespace-line-column 120)
(c-toggle-auto-newline t) ; auto newline
(c-subword-mode t)