Skip to content

Commit

Permalink
Fix dir local variables
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jul 13, 2021
1 parent 7c4e692 commit 69d601c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

((c-mode . (((c-basic-offset . 4) . ((c-offsets-alist
(arglist-intro . 4))))))
(f90-mode . (((f90-if-indent . 2) . ((f90-do-indent . 2)
(f90-type-indent . 2)))))
(f90-mode . ((f90-type-indent . 2)
(f90-do-indent . 2)
(f90-if-indent . 2)))
(sh-mode . ((sh-basic-offset . 4))))

0 comments on commit 69d601c

Please sign in to comment.