File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,11 @@ use nix
184
184
185
185
## TOML
186
186
187
- - [ taplo fmt] ( https://github.com/tamasfe/taplo )
187
+ - [ taplo fmt] ( https://github.com/tamasfe/taplo )
188
+
189
+ ## Fortran
190
+
191
+ - [ fprettify] ( https://github.com/pseewald/fprettify )
188
192
189
193
## Spell checkers
190
194
Original file line number Diff line number Diff line change @@ -1190,5 +1190,12 @@ in
1190
1190
"The version of nixpkgs used by pre-commit-hooks.nix must have `checkmake` in version at least 0.2.2 for it to work on non-Linux systems."
1191
1191
"${ tools . checkmake } /bin/checkmake" ;
1192
1192
} ;
1193
+
1194
+ fprettify = {
1195
+ name = "fprettify" ;
1196
+ description = "Auto-formatter for modern Fortran code." ;
1197
+ types = [ "fortran " ] ;
1198
+ entry = "${ tools . fprettify } /bin/fprettify" ;
1199
+ } ;
1193
1200
} ;
1194
1201
}
Original file line number Diff line number Diff line change 16
16
, dune_3
17
17
, editorconfig-checker
18
18
, elmPackages
19
+ , fprettify
19
20
, git
20
21
, gitAndTools
21
22
, gptcommit ? null
66
67
} ;
67
68
in
68
69
{
69
- inherit actionlint ansible-lint alejandra cabal-fmt cabal2nix cargo clang-tools gptcommit clippy deadnix dhall editorconfig-checker hadolint hindent hlint hpack html-tidy nil nixfmt nixpkgs-fmt opam ormolu rustfmt shellcheck shfmt statix stylish-haskell stylua tagref typos go mdsh revive go-tools yamllint ruff topiary ;
70
+ inherit actionlint ansible-lint alejandra cabal-fmt cabal2nix cargo clang-tools gptcommit clippy deadnix dhall editorconfig-checker fprettify hadolint hindent hlint hpack html-tidy nil nixfmt nixpkgs-fmt opam ormolu rustfmt shellcheck shfmt statix stylish-haskell stylua tagref typos go mdsh revive go-tools yamllint ruff topiary ;
70
71
inherit ( elmPackages ) elm-format elm-review elm-test ;
71
72
# TODO: these two should be statically compiled
72
73
inherit ( haskellPackages ) fourmolu ;
You can’t perform that action at this time.
0 commit comments