cursor python formatter

This commit is contained in:
2025-10-06 12:12:56 +02:00
parent 49a5965918
commit 1bec60c030

View File

@@ -61,6 +61,9 @@
"vsicons.dontShowNewVersionMessage" = true;
"redhat.telemetry.enabled" = false;
"sonarlint.pathToNodeExecutable" = "/run/current-system/sw/bin/node";
"[python]" = {
"editor.defaultFormatter" = "ms-python.black-formatter";
};
# Cursor
"cursor.cpp.enablePartialAccepts" = true;