Update .dir-locals.el for enforced line length
Also add compilation command Relates to https://www.github.com/elastic/elasticsearch/pulls/16413 Original commit: elastic/x-pack-elasticsearch@5063ca2865
This commit is contained in:
parent
9501f65f7e
commit
c4a5b187f8
|
@ -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 compileTestJava"))))
|
||||
|
|
Loading…
Reference in New Issue