Update fill-column in .dir-locals.el to 100 characters

This commit is contained in:
Lee Hinman 2017-03-20 11:51:35 -06:00
parent 15a5d1da7e
commit 48ecc2aa3a

View File

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