Skip to content

Commit

Permalink
Go back to 140 column limit in .dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 14, 2017
1 parent 30ab873 commit 989da58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
))
(c-basic-offset . 4)
(c-comment-only-line-offset . (0 . 0))
(fill-column . 100)
(fci-rule-column . 100)
(fill-column . 140)
(fci-rule-column . 140)
(compile-command . "gradle compileTestJava"))))

0 comments on commit 989da58

Please sign in to comment.