Skip to content

Commit

Permalink
style: indent code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Dec 25, 2024
1 parent 7ab30c9 commit 59c93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ For more implementation detail, see
(setq-local indent-line-function
(buffer-local-value 'indent-line-function buffer))
(setq-local lisp-indent-function
(buffer-local-value 'lisp-indent-function buffer))
(buffer-local-value 'lisp-indent-function buffer))
(setq-local indent-tabs-mode
(buffer-local-value 'indent-tabs-mode buffer))
(goto-char (point-min))
Expand Down

0 comments on commit 59c93f1

Please sign in to comment.