c09167715e
- Fix dir-locals so emacs won't inject occasional tabs to case statements. - Fix stray tab indentation in example programs. (Thx @pfalcon for pointing this out)
9 lines
103 B
EmacsLisp
9 lines
103 B
EmacsLisp
(
|
|
(nil
|
|
(indent-tabs-mode . nil)
|
|
)
|
|
(c-mode
|
|
(c-file-style . "bsd")
|
|
(c-basic-offset . 4)
|
|
)
|
|
)
|