We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc302a5 commit 2f52c9eCopy full SHA for 2f52c9e
.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