1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/.dir-locals.el

5 lines
151 B
EmacsLisp
Raw 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)))