summaryrefslogtreecommitdiff
path: root/dir-locals/c++-flycheck-dir-locals.el
blob: bf588c5a873b34ce111a111e580338fe1a4222ab (plain)
1
2
3
4
5
((c++-ts-mode
  . ((fmt-executable . "clang-format")
     (flycheck-gcc-language-standard . "c++23")
     (eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t))
     (eval . (company-mode 1)))))