Skip to content

Commit ffe26e8

Browse files
authored
fix(fprettify): fix config detection (#816)
1 parent 4993e07 commit ffe26e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/conform/formatters/fprettify.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return {
88
args = {
99
-- --silent is recommended for editor integrations https://github.com/fortran-lang/fprettify?tab=readme-ov-file#editor-integration
1010
"--silent",
11-
"-",
11+
"$FILENAME",
1212
},
13-
stdin = true,
13+
stdin = false,
1414
}

0 commit comments

Comments
 (0)