Skip to content

Commit 1616fe8

Browse files
committed
Set column max to 80 for Emacs users
1 parent 56040ef commit 1616fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dir-locals.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
((nil
1616
(tab-width . 2)
17+
(fill-column . 80)
1718
(eval .
1819
;; Load the Swift project's settings. To suppress this action
1920
;; you can put "(provide 'swift-project-settings)" in your

0 commit comments

Comments
 (0)