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
:custom
(whitespace-style '(face
empty
trailing
tab-mark
indentation::space))
(whitespace-action '(report-on-bogus
cleanup
auto-cleanup)))
missing-newline-at-eof
empty
indentation
space-after-tab
space-before-tab
tab-mark))
(whitespace-action '(report-on-bogus)))
(add-to-list 'package-selected-packages 'diff-hl)
(use-package diff-hl