Helix
Goal
Integrate codee format with Helix to format Fortran code.
Setup
Add the following configuration to your
languages.toml file, or merge
it with your existing fortran entry if you already have one:
[[language]]
name = "fortran"
formatter = { command = "codee", args = ["format", "-"] }