1
0
Эх сурвалжийг харах

Update fill-column in .dir-locals.el to 100 characters

Lee Hinman 8 жил өмнө
parent
commit
48ecc2aa3a
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .dir-locals.el

+ 2 - 2
.dir-locals.el

@@ -83,6 +83,6 @@
       ))
    (c-basic-offset . 4)
    (c-comment-only-line-offset . (0 . 0))
-   (fill-column . 140)
-   (fci-rule-column . 140)
+   (fill-column . 100)
+   (fci-rule-column . 100)
    (compile-command . "gradle compileTestJava"))))