]> rtime.felk.cvut.cz Git - rpp-test-sw.git/blob - .dir-locals.el
Get rid of compiler warnings (variable was set but never used)
[rpp-test-sw.git] / .dir-locals.el
1 ((nil
2   (tab-width . 4))
3  (c-mode
4   (indent-tabs-mode . t)
5   (c-basic-offset . 4)
6   (c-file-style . "linux")))