summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.org>2022-01-19 22:33:49 -0500
committerBenjamin Morrison <ben@gbmor.org>2022-01-19 22:33:49 -0500
commit6f2e7df6547dda6d69c809563dffa591c873d5ea (patch)
treedd4d84a713a1c96038f2f08f55f7ac8b32bdd96a
parent14d8e0d1db10922c42dc40b683460f91af55eb9d (diff)
downloaddogfiles-6f2e7df6547dda6d69c809563dffa591c873d5ea.tar.gz
emacs sort python imports on save
-rw-r--r--.spacemacs1
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