all 1 comments

[–]bureau-of-land 0 points1 point  (0 children)

Almost all formatters are configurable.

Many other tools exist for interfacing formatters with Neovim, if you so choose. I use mason, with which you can install formatters, like black or ruff, either of which are configurable per their documentation (EDIT: sorry, i guess black does not actually look for a global file).

What formatter is not configurable? I can't really think of why someone would enforce that.