diff options
Diffstat (limited to 'hoersten-c-style.el')
| -rw-r--r-- | hoersten-c-style.el | 1 |
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) |
