fortran-lang / fprettify

auto-formatter for modern fortran source code

Home Page:https://pypi.python.org/pypi/fprettify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deactivation doesn't disable indentation

wpbonelli opened this issue · comments

Formatting is not entirely deactivated between !&< and !&> — auto-indentation is still applied. Is this the intended behavior? Naively I'd expect fprettify to do nothing to deactivated lines.

I am happy to submit a patch to disable indentation between the tags and on lines ending with !& if this is a bug. If on the other hand fprettify is behaving as expected, it would be nice to have a way to disable indentation for code regions somehow.