blob: 2d77eb09410e37a4e3bafaa49b5c7b5e29480358 (
plain)
1
2
3
4
5
6
|
;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((+license/license-choice . "GNU General Public License Version 2")
(compile-command . "make run")))
(c++-mode . ((mode . clang-format))))
|