Did you check existing requests?
Describe the feature
For some filetypes without formatters available, I found using a simple mapping to run gg=G useful to get at least some auto-formatting. It would be nice, if gg=G was available as a dedicated formatter for conform.nvim, similar to other special formatters like squeeze_blank or trim_newlines.
Provide background
It's another useful addition for the fallback filetype ["_"]. There are some filetypes where you either through treesitter or through "old vim" information on how to auto-indent (I believe it's opt.indentexpr?), but no formatter tooling. .scm files (treesitter query files) are one example.
What is the significance of this feature?
nice to have
Additional details
No response
Did you check existing requests?
Describe the feature
For some filetypes without formatters available, I found using a simple mapping to run
gg=Guseful to get at least some auto-formatting. It would be nice, ifgg=Gwas available as a dedicated formatter for conform.nvim, similar to other special formatters likesqueeze_blankortrim_newlines.Provide background
It's another useful addition for the fallback filetype
["_"]. There are some filetypes where you either through treesitter or through "old vim" information on how to auto-indent (I believe it'sopt.indentexpr?), but no formatter tooling..scmfiles (treesitter query files) are one example.What is the significance of this feature?
nice to have
Additional details
No response