diff options
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 44a0db68241..b07a0dc50d8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -20,4 +20,4 @@ (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s"))) (c-mode . ((c-file-style . "GNU") (indent-tabs-mode . t) - (fill-column . 80)))) + (fill-column . 79)))) |
