Skip to content

Commit

Permalink
Add Fortran related indentation settings
Browse files Browse the repository at this point in the history
This change adds more settings for the Emacs editor for Fortran
related indentation settings.

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Jul 7, 2019
1 parent 99bb875 commit 466e4c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@

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

0 comments on commit 466e4c5

Please sign in to comment.