blob: 2bbc275760f81c0ac1c1a870c6fefecebf901118 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((projectile-project-compilation-cmd . "make")
(projectile-project-configure-cmd . "make clean")
(+license/license-choice . "GPLv2")))
(c-mode . ((flycheck-gcc-include-path . (".."))
(flycheck-clang-include-path . (".."))
(company-clang-arguments . ("-I.."))
(eval . (clang-format-mode t)))))
|