BlankSpruce
BlankSpruce
I need you to elaborate further because perhaps I'm missing something. If you don't want to use formatter then why do you need an option to tell it to not...
I'll think about the original request however it'd require to implement finding `.gersemirc` closest to the formatted file instead of the current approach. You might (or not) have noticed that...
> I wasn’t aware that each directory could contain a .gersemirc file (documentation clarification needed). With that said, we’d still need a disable formatting flag in the file for the...
@nlebedenco Insightful comment. Let's break it down. > This cannot be controlled in projects with external dependencies. If I have a project A that depends on project B and it...
Regarding closest configuration file approach there are a couple of things that aren't obvious to me how should I deal with them. Let's consider the following structure : ``` project...
@petk Once I decide on how to proceed with feature requested in this issue I'll definitely consider `--config`. I don't want to take care of extra work before that happens...
On [next-release](https://github.com/BlankSpruce/gersemi/tree/next-release) branch there is new version of gersemi with the following changes: - configuration file is now selected by searching for the closest file, similarly how it's done in...
All the things in my previous comment [and a couple more](https://github.com/BlankSpruce/gersemi/blob/master/CHANGELOG.md#0170-2024-10-26) are available in 0.17.0. If there is any problem with these new features please open new issue instead of...
I don't intend to support sorting due to reasons presented [here](https://github.com/BlankSpruce/gersemi/issues/27#issuecomment-2159311539) and [here](https://github.com/BlankSpruce/gersemi/pull/31#issuecomment-2219624804). Other things I've discovered when I thought about it a little bit longer: - It'd be non-trivial,...
> First things first: Thanks a lot for the fast and good reply! And sorry for overlooking the comments on sorting on those closed issues. Don't be sorry, it would...