Browse Source

Update .dir-locals.el for enforced line length

Also add compilation command

Relates to #16413
Lee Hinman 9 years ago
parent
commit
d24a298ed7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .dir-locals.el

+ 4 - 1
.dir-locals.el

@@ -82,4 +82,7 @@
       (c-set-offset 'func-decl-cont        '++)
       ))
    (c-basic-offset . 4)
-   (c-comment-only-line-offset . (0 . 0)))))
+   (c-comment-only-line-offset . (0 . 0))
+   (fill-column . 140)
+   (fci-rule-column . 140)
+   (compile-command . "gradle compileJava compileTestJava"))))