Fortran Formatter - Easily transform your Fortran code into a Modern readable style. Write lazily and rely on the formatter to quickly fix up indentation. This extension wraps the fprettify command line Fortran formatter available at https://github.com/pseewald/fprettify. Now it is possible to undo formatting if needed and use the built-in format document shortcut. Usage: Install fprettify as instructed by pseewald (pip install --upgrade fprettify). Set any specific command line arguments in the arguments setting. For example, "fprettify.arguments": "-i 2" Note: Operation requires Unix style shell commands (tested on macOS and Linux). This extension is not affiliated with the author of fprettify. |