Re: [elixir-core:10603] Feature request: Working directory independent way to get formatter configuration for a file

2021-12-16 Thread José Valim
Oh, the file_server is locally registered and not per process, I don't think we change this. :( On Thu, Dec 16, 2021 at 7:20 PM José Valim wrote: > > So I would like to request that there be a function to get the formatter > options (and as-of Elixir 1.13 formatter as well) relative to a passed

Re: [elixir-core:10603] Feature request: Working directory independent way to get formatter configuration for a file

2021-12-16 Thread José Valim
> So I would like to request that there be a function to get the formatter options (and as-of Elixir 1.13 formatter as well) relative to a passed in directory. If we can settle on an approach I'd be willing to create a PR for this. Maybe I am oversimplifying this but can we: 1. Accept cwd as an