fortran-lang / fprettify

auto-formatter for modern fortran source code
https://pypi.python.org/pypi/fprettify
Other
370 stars 76 forks source link

!$OMP indentation #35

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is it an expected behaviour that the OpenMP directives !$OMPare set to the first column whereas there are allowed to be in any column with free form sources? If it's normal, would it be possible to have an option to let them follow the current indentation?

dbroemmel commented 1 year ago

This has been changed back again with 7d10bd5086a52c0e6921ed06fb1faad5ed813e3c, what's the idea behind it? If there are different approaches/needs on how to format this, perhaps make it a configurable option?