Skip to content

Commit 989da58

Browse files
committed
Go back to 140 column limit in .dir-locals.el
1 parent 30ab873 commit 989da58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dir-locals.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
))
8484
(c-basic-offset . 4)
8585
(c-comment-only-line-offset . (0 . 0))
86-
(fill-column . 100)
87-
(fci-rule-column . 100)
86+
(fill-column . 140)
87+
(fci-rule-column . 140)
8888
(compile-command . "gradle compileTestJava"))))

0 commit comments

Comments
 (0)