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 26, 2024
1 parent a7db6d3 commit aae4c5d
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 aae4c5d

Please sign in to comment.