about summary refs log tree commit diff
path: root/third_party/immer/.dir-locals.el
blob: 8adc4f1d2032064a1f4c91b448d9cace7736d448 (plain) (blame)
1
2
3
4
5
6
7
((nil .
      ((indent-tabs-mode . nil)
       (show-trailing-whitespace . t)))
 (c-mode .
         ((mode . c++)))
 (c++-mode .
          ((eval add-hook 'before-save-hook #'clang-format-buffer nil t))))