summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 93922b06d8207664e5f260051ed79e77c8a1ebe7 (plain)
1
2
3
4
5
((nil    . ((intent-tabs-mode . f)
            (fill-column . 78)))
 (c-mode . ((c-basic-offset . 4)
            (c-file-style . "k&r" ))))