We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e692 commit 69d601cCopy full SHA for 69d601c
.dir-locals.el
@@ -3,6 +3,7 @@
3
4
((c-mode . (((c-basic-offset . 4) . ((c-offsets-alist
5
(arglist-intro . 4))))))
6
- (f90-mode . (((f90-if-indent . 2) . ((f90-do-indent . 2)
7
- (f90-type-indent . 2)))))
+ (f90-mode . ((f90-type-indent . 2)
+ (f90-do-indent . 2)
8
+ (f90-if-indent . 2)))
9
(sh-mode . ((sh-basic-offset . 4))))
0 commit comments