blob: 3023c51e8cf8cda93e21bb601dcdc8578171ca81 [file] [log] [blame]
Neil Roberts8600aa32018-12-02 18:22:11 +01001((prog-mode
2 (indent-tabs-mode . t)
3 (tab-width . 4)
4 (c-basic-offset . 4)
5 (c-file-style . "k&r")
6 (fill-column . 78)
Eric Anholt07349052019-05-09 17:13:14 -07007 (c-file-offsets
8 (arglist-cont-nonempty . ++)
9 )
Neil Roberts8600aa32018-12-02 18:22:11 +010010 )
11 )