Skip to content

v0.3.7

Latest
Compare
Choose a tag to compare
@pseewald pseewald released this 20 Nov 15:47
· 38 commits to master since this release

Important notice: this release drops Python 2 support

new defaults:

fixes:

  • support for multiline strings
  • parsing of +/- in addition/subtraction

New options:

  • --config-file for custom configuration file (@ellio167)
  • --diff (@jhaiduce)
  • --exclude to exclude files from recursive file search (@jhaiduce)
  • --case letter case formatting of Fortran intrinsics (@meteokid)
  • --disable-indent-mod disable indentation after module / program
  • --enable-decl whitespace formatting for variable declarations (::)