Add flycheck-clang-tidy
This commit is contained in:
@@ -518,6 +518,11 @@ On the fly syntax checking.
|
|||||||
:config
|
:config
|
||||||
(add-to-list 'flycheck-checkers 'flycheck-emacs-lisp-package)
|
(add-to-list 'flycheck-checkers 'flycheck-emacs-lisp-package)
|
||||||
(flycheck-package-setup))
|
(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
|
#+END_SRC
|
||||||
|
|
||||||
**** LSP
|
**** LSP
|
||||||
|
|||||||
Reference in New Issue
Block a user