We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4993e07 commit ffe26e8Copy full SHA for ffe26e8
1 file changed
lua/conform/formatters/fprettify.lua
@@ -8,7 +8,7 @@ return {
8
args = {
9
-- --silent is recommended for editor integrations https://github.com/fortran-lang/fprettify?tab=readme-ov-file#editor-integration
10
"--silent",
11
- "-",
+ "$FILENAME",
12
},
13
- stdin = true,
+ stdin = false,
14
}
0 commit comments