Go back to 140 column limit in .dir-locals.el

This commit is contained in:
Lee Hinman 2017-04-14 08:50:53 -06:00
parent 30ab8739a6
commit 989da585b2
No known key found for this signature in database
GPG Key ID: 9D6465D43ACECAE0
1 changed files with 2 additions and 2 deletions

View File

@ -83,6 +83,6 @@
)) ))
(c-basic-offset . 4) (c-basic-offset . 4)
(c-comment-only-line-offset . (0 . 0)) (c-comment-only-line-offset . (0 . 0))
(fill-column . 100) (fill-column . 140)
(fci-rule-column . 100) (fci-rule-column . 140)
(compile-command . "gradle compileTestJava")))) (compile-command . "gradle compileTestJava"))))