Browse Source

Corrected emacs indent settings to make sure it only uses spaces.

pull/5/head
Etenil 15 years ago
parent
commit
ff605eb44a
  1. 2
      .dir-locals.el
  2. 2
      lib/widgets/.dir-locals.el

2
.dir-locals.el

@ -1,4 +1,4 @@
((nil . ((indent-tabs-mode . t)
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)))
(c-mode . ((c-file-style . "stroustrup"))))

2
lib/widgets/.dir-locals.el

@ -1,4 +1,4 @@
((nil . ((indent-tabs-mode . t)
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)))
(c-mode . ((c-file-style . "stroustrup"))))
Loading…
Cancel
Save