lokinet/.dir-locals.el

5 lines
151 B
EmacsLisp
Raw Permalink Normal View History

2018-05-21 16:52:30 +02:00
((c++-mode
(eval add-hook 'before-save-hook #'clang-format-buffer nil t))
(c-mode
(eval add-hook 'before-save-hook #'clang-format-buffer nil t)))