Skip to content

Commit

Permalink
.dir-locals.el: Don't use tabs for assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Marczewski <[email protected]>
  • Loading branch information
pwmarcz authored and mkow committed Feb 14, 2022
1 parent cdf8134 commit f10dfd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
(c-mode . ((c-file-style . "k&r")
(c-basic-offset . 4)))
(makefile-mode . ((indent-tabs-mode . t)))
(asm-mode . ((indent-tabs-mode . t)))
(shell-script-mode . ((indent-tabs-mode . t)))
("\.git/COMMIT_EDITMSG" . ((nil . ((fill-column . 80)))))
(markdown-mode . ((fill-column . 80)))
Expand Down

0 comments on commit f10dfd2

Please sign in to comment.