Browse Source

Add flycheck-clang-tidy

master
Riyyi 3 years ago
parent
commit
df3d3bffd3
  1. 5
      .config/emacs/config.org

5
.config/emacs/config.org

@ -518,6 +518,11 @@ On the fly syntax checking.
:config
(add-to-list 'flycheck-checkers 'flycheck-emacs-lisp-package)
(flycheck-package-setup))
(use-package flycheck-clang-tidy
:after flycheck
:hook (flycheck-mode . flycheck-clang-tidy-setup)
:config (setq flycheck-clang-tidy-extra-options "--format-style=file"))
#+END_SRC
**** LSP

Loading…
Cancel
Save