noidb/.dir-locals.el
2024-04-24 22:15:50 -04:00

7 lines
205 B
EmacsLisp

((nil .
((indent-tabs-mode . nil)
(show-trailing-whitespace . t)))
(c-mode .
((mode . c++)))
(c++-mode .
((eval add-hook 'before-save-hook #'clang-format-buffer nil t))))