summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-01 21:09:44 +0200
committerGitHub <noreply@github.com>2024-06-01 12:09:44 -0700
commit969cdf50b011bec08b4fb8bd3ea3031df183501b (patch)
tree57ea29183a25b2e118994b14a347168e16921511 /README.md
parent9140d202b74f84402206b594e417736767a22248 (diff)
feat(fortran): support findent (#426)
* feat: add support for findent * refactor: use stdin instead of file
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 eae198e..327a523 100644
--- a/README.md
+++ b/README.md
@@ -220,6 +220,7 @@ You can view this list in vim with `:help conform-formatters`
- [erlfmt](https://github.com/WhatsApp/erlfmt) - An automated code formatter for Erlang.
- [eslint_d](https://github.com/mantoni/eslint_d.js/) - Like ESLint, but faster.
- [fantomas](https://github.com/fsprojects/fantomas) - F# source code formatter.
+- [findent](https://github.com/wvermin/findent) - Indent, relabel and convert Fortran sources.
- [fish_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) - Indent or otherwise prettify a piece of fish code.
- [fixjson](https://github.com/rhysd/fixjson) - JSON Fixer for Humans using (relaxed) JSON5.
- [fnlfmt](https://git.sr.ht/~technomancy/fnlfmt) - A formatter for Fennel code.