Skip to content
Snippets Groups Projects
Commit 5d2ac18e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

emacs config: force tabs with length equal 2 spaces in c-mode

parent e61aa1b4
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,5 @@
((c-file-style . "gnu")
(indent-tabs-mode . nil)
(fill-column . 79)))
(c-mode . (c-basic-offset 2))
(makefile-mode . ((indent-tabs-mode . t))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment