diff options
Diffstat (limited to '.spacemacs')
-rw-r--r-- | .spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.spacemacs b/.spacemacs index f5793af..1058c33 100644 --- a/.spacemacs +++ b/.spacemacs @@ -57,6 +57,7 @@ This function should only modify configuration layer settings." python-backend 'lsp python-lsp-server 'pyright python-test-runner '(pytest nose) + python-sort-imports-on-save t python-format-on-save t python-formatter 'black) ;;racket |