You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(not an actual issue, but a feature request, hence I've deleted some parts of the template).
Problem Description
I work on two projects: project A and project B.
Both have their own Spyder project.
In project A I don't want to apply any autoformatting rules on save.
In project B I want to apply black code autoformatting on save.
Currently I have to remember to switch this setting in Spyder preferences whenever I switch project.
Ideally this setting would be settable on a project basis such that whenever I open project A no autoformatting is applied on save, and when I open project B black autoformatting is applied.
This is an issue we've discussed previously and we are thinking how is the best way to break down our preferences so we can enable preferences per project. We have this present for the future, because the current backend doesn't enable to do this in an easier way. In case you are interested to help us with this refactoring, please let us know.
Issue Report Checklist
(not an actual issue, but a feature request, hence I've deleted some parts of the template).
Problem Description
I work on two projects: project A and project B.
Both have their own Spyder project.
In project A I don't want to apply any autoformatting rules on save.
In project B I want to apply
black
code autoformatting on save.Currently I have to remember to switch this setting in Spyder preferences whenever I switch project.
Ideally this setting would be settable on a project basis such that whenever I open project A no autoformatting is applied on save, and when I open project B
black
autoformatting is applied.Versions
Dependencies
The text was updated successfully, but these errors were encountered: