diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d5c2c6f --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((c-mode . ((flycheck-cppcheck-standards . ("c11")) + (flycheck-cppcheck-checks . ("all")) + (flycheck-cppcheck-suppressions . ("unusedFunction")))))