Open NomadDemon opened 1 year ago
Some of my projects have "subrepos" inside
Sorting is not working inside these modules, i need to make copy of config file and put it inside subrepos [i want to avoid this]
there would be nice to have a setting to use config from root of project/ or first level folder or something similar
my case is like
root .git +- apps | - app1 .git | - app2 .git | - app3 .git +- settings +- stuff
and sorting in subgits dont work [cant find config]
I can't change behaviour of isort itself, but you can try explicitly set config file in ST project settings by settings-path option.
Some of my projects have "subrepos" inside
Sorting is not working inside these modules, i need to make copy of config file and put it inside subrepos [i want to avoid this]
there would be nice to have a setting to use config from root of project/ or first level folder or something similar
my case is like
and sorting in subgits dont work [cant find config]