noidb/.dir-locals.el

8 lines
205 B
EmacsLisp
Raw Permalink Normal View History

2024-04-25 02:15:50 +00:00
((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))))