Open
Description
I have VS Code with the ruff extension installed. In a project i'm using, everything is configured via a settings file and when i open a python file of my project the code formatting works like a charme (auto svae enabled)
But now i open a python file which does not belong to any project. when i save this file some default settings are used and everything is wrapped wrong and looks bad.
Is there an option to say "don't do anything if there is no proper setting/configuration found" and just save the file as it is?
Regards