mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
4 lines
151 B
EmacsLisp
4 lines
151 B
EmacsLisp
((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)))
|