rimvaliulin / isorted

isort integration for Sublime Text
GNU General Public License v3.0
11 stars 2 forks source link

multiple .git folders in project #8

Open NomadDemon opened 1 year ago

NomadDemon commented 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]

rimvaliulin commented 1 year ago

I can't change behaviour of isort itself, but you can try explicitly set config file in ST project settings by settings-path option.