diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-19 22:33:49 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-19 22:33:49 -0500 |
commit | 6f2e7df6547dda6d69c809563dffa591c873d5ea (patch) | |
tree | dd4d84a713a1c96038f2f08f55f7ac8b32bdd96a /.spacemacs | |
parent | 14d8e0d1db10922c42dc40b683460f91af55eb9d (diff) | |
download | dogfiles-6f2e7df6547dda6d69c809563dffa591c873d5ea.tar.gz |
emacs sort python imports on save
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 |