aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-01 21:06:06 +0200
committerGitHub <noreply@github.com>2024-06-01 12:06:06 -0700
commit7999faf7bbec7461f62dabd57cccb784c8d804b5 (patch)
tree6b930ee471079b8e38394cacbb8a178ee8c047ff /README.md
parent67777730a198fdacb12a7e31ae01065bcdd64778 (diff)
feat: add support for fprettify (#429)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 574bbab..4fe75df 100644
--- a/README.md
+++ b/README.md
@@ -223,6 +223,7 @@ You can view this list in vim with `:help conform-formatters`
- [fnlfmt](https://git.sr.ht/~technomancy/fnlfmt) - A formatter for Fennel code.
- [forge_fmt](https://github.com/foundry-rs/foundry) - Forge is a command-line tool that ships with Foundry. Forge tests, builds, and deploys your smart contracts.
- [fourmolu](https://hackage.haskell.org/package/fourmolu) - A fork of ormolu that uses four space indentation and allows arbitrary configuration.
+- [fprettify](https://github.com/fortran-lang/fprettify) - Auto-formatter for modern fortran source code.
- [gci](https://github.com/daixiang0/gci) - GCI, a tool that controls Go package import order and makes it always deterministic.
- [gdformat](https://github.com/Scony/godot-gdscript-toolkit) - A formatter for Godot's gdscript.
- [gersemi](https://github.com/BlankSpruce/gersemi) - A formatter to make your CMake code the real treasure.