Update whitespace style and actions

Remove auto cleanup from whitespace-action list

Add space-after-tab and space-before-tab, let indent-tabs-mode decide
style for indentation
This commit is contained in:
Evie Litherland-Smith 2024-11-27 11:45:06 +00:00
parent 13c2ed493f
commit 021102e06d

View file

@ -781,13 +781,14 @@ Configure email with iCalendar event support, to integrate with
:hook prog-mode :hook prog-mode
:custom :custom
(whitespace-style '(face (whitespace-style '(face
empty
trailing trailing
tab-mark missing-newline-at-eof
indentation::space)) empty
(whitespace-action '(report-on-bogus indentation
cleanup space-after-tab
auto-cleanup))) space-before-tab
tab-mark))
(whitespace-action '(report-on-bogus)))
(add-to-list 'package-selected-packages 'diff-hl) (add-to-list 'package-selected-packages 'diff-hl)
(use-package diff-hl (use-package diff-hl