Skip to content

Commit

Permalink
tweak(emacs): ruff-lsp: default formatting line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 21, 2024
1 parent 852e3c3 commit 655957f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,9 @@

(use-package lsp-ruff
:ensure lsp-mode
:after lsp-mode)
:after lsp-mode
:custom
(lsp-pylsp-plugins-ruff-line-length 120))

(use-package python
:ensure nil
Expand Down

0 comments on commit 655957f

Please sign in to comment.