You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libshit/.dir-locals.el

9 lines
324 B
EmacsLisp

((nil . ((c-file-style . "bsd")
(c-backslash-column . 1)
(c-backslash-max-column . 80)
(c-basic-offset . 2)
(c-file-offsets . ((inlambda . 0)))
(fill-column . 80)
(indent-tabs-mode . nil)))
(c++-mode . ((tab-width . 1)))) ; allow placing \ anywhere in multiline macros