Skip to content

Commit fb307bc

Browse files
committed
Add some default project settings for Emacs users
This ensure that everyone is using the same indentation style and no tabs.
1 parent 2ced352 commit fb307bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.dir-locals.el

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;;; Directory Local Variables
2+
;;; For more information see (info "(emacs) Directory Variables")
3+
4+
((clojure-mode
5+
(clojure-indent-style . :always-align)
6+
(indent-tabs-mode . nil)
7+
(fill-column . 80)))

0 commit comments

Comments
 (0)