ffmt 0.3.1

A fast, configurable Fortran formatter with Fypp, Doxygen, and OpenACC/OpenMP support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- id: ffmt
  name: ffmt
  description: An opinionated Fortran formatter
  entry: ffmt
  language: rust
  types_or: [fortran]
  # Also match .fpp files which pre-commit may not know about
  files: \.(fpp|f90|F90|f95|f03)$

- id: ffmt-check
  name: ffmt (check only)
  description: Check Fortran formatting without modifying files
  entry: ffmt --check
  language: rust
  types_or: [fortran]
  files: \.(fpp|f90|F90|f95|f03)$