summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 4182da827edfd24efc23c361dffce5331fbc6779 (plain)
1
2
3
4
5
((c-mode . ((c-file-style . "GNU")
            (indent-tabs-mode . nil)
            (c-basic-offset . 8)
            (tab-width . 8)
            (show-trailing-whitespace . t))))