mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Go back to 140 column limit in .dir-locals.el
This commit is contained in:
parent
30ab8739a6
commit
989da585b2
1 changed files with 2 additions and 2 deletions
|
@ -83,6 +83,6 @@
|
||||||
))
|
))
|
||||||
(c-basic-offset . 4)
|
(c-basic-offset . 4)
|
||||||
(c-comment-only-line-offset . (0 . 0))
|
(c-comment-only-line-offset . (0 . 0))
|
||||||
(fill-column . 100)
|
(fill-column . 140)
|
||||||
(fci-rule-column . 100)
|
(fci-rule-column . 140)
|
||||||
(compile-command . "gradle compileTestJava"))))
|
(compile-command . "gradle compileTestJava"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue