Add flycheck-clang-tidy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user