Update .dir-locals.el for enforced line length
Also add compilation command Relates to #16413
This commit is contained in:
parent
3c7f578010
commit
d24a298ed7
|
@ -82,4 +82,7 @@
|
||||||
(c-set-offset 'func-decl-cont '++)
|
(c-set-offset 'func-decl-cont '++)
|
||||||
))
|
))
|
||||||
(c-basic-offset . 4)
|
(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"))))
|
||||||
|
|
Loading…
Reference in New Issue