Add flycheck-clang-tidy

This commit is contained in:
Riyyi
2021-03-04 15:06:13 +01:00
parent ce49625ec3
commit df3d3bffd3
+5
View File
@@ -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