We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eea462 commit b919452Copy full SHA for b919452
doc/BUILTINS.md
@@ -3253,7 +3253,7 @@ local sources = { null_ls.builtins.formatting.fourmolu }
3253
- Filetypes: `{ "haskell" }`
3254
- Method: `formatting`
3255
- Command: `fourmolu`
3256
-- Args: `{ "--stdin-input-file", "$FILEPATH" }`
+- Args: `{ "--stdin-input-file", "$FILENAME" }`
3257
3258
### [fprettify](https://github.com/pseewald/fprettify)
3259
lua/null-ls/builtins/formatting/fourmolu.lua
@@ -13,7 +13,7 @@ return h.make_builtin({
13
filetypes = { "haskell" },
14
generator_opts = {
15
command = "fourmolu",
16
- args = { "--stdin-input-file", "$FILEPATH" },
+ args = { "--stdin-input-file", "$FILENAME" },
17
to_stdin = true,
18
},
19
factory = h.formatter_factory,
0 commit comments