Skip to content

Commit 63c117a

Browse files
authored
Merge pull request #3498 from danielmartin/fill-column-emacs
Set column max to 80 for Emacs users
2 parents 1af0133 + 1616fe8 commit 63c117a

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)