This repository has been archived on 2024-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
dmenu-wlroots/.dir-locals.el

9 lines
269 B
EmacsLisp

((nil . ((tab-width . 4)
(c-basic-offset . 4)
(sentence-end-double-space . t)
(indent-tabs-mode . t)
(fill-column . 80)))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-names . ("UNINIT" "CALLBACK" "ALIGN_STACK")))))