Reindent with tabs

This commit is contained in:
bri cassa 2025-03-17 16:38:52 +01:00
parent cfb302a00c
commit 035d34babd
7 changed files with 757 additions and 753 deletions

View File

@ -3,8 +3,12 @@
((lua-mode ((lua-mode
(fill-column . 80) (fill-column . 80)
(tab-width . 3) (tab-width . 4)
(indent-tabs-mode . t)))
((sh-mode
(fill-column . 80)
(tab-width . 4)
(indent-tabs-mode . t))) (indent-tabs-mode . t)))