diff --git a/modules/hm/code-cursor.nix b/modules/hm/code-cursor.nix index 4e669bc..aa82b8c 100644 --- a/modules/hm/code-cursor.nix +++ b/modules/hm/code-cursor.nix @@ -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;