We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ced352 commit fb307bcCopy full SHA for fb307bc
.dir-locals.el
@@ -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