mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
5 lines
151 B
EmacsLisp
5 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)))
|