]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - .dir-locals.el
Configure indenting in Emacs to be the same as in CCS
[pes-rpp/rpp-test-sw.git] / .dir-locals.el
1 ((c-mode
2   (indent-tabs-mode . t)
3   (tab-width . 4)
4   (c-basic-offset . 4)
5   (c-file-style . "linux")))