Skip to content

Commit

Permalink
The indentation is already defined in dir-locals.el
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 69d601c commit 5db0189
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/indent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ done
for f in "${FORTRAN_FILES[@]}"; do
${EMACS} --batch \
"${f}" \
--eval "(setq f90-do-indent 2)" \
--eval "(setq f90-if-indent 2)" \
--eval "(setq f90-type-indent 2)" \
--eval "(whitespace-cleanup)" \
--eval "(indent-region (minibuffer-prompt-end) (point-max) nil)" \
-f save-buffer
Expand Down

0 comments on commit 5db0189

Please sign in to comment.