add emacs dir-locals

pull/1/head
Jeff Becker 6 years ago
parent 1958df312d
commit 589edf08f0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -0,0 +1,4 @@
((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)))
Loading…
Cancel
Save