Skip to content

Commit

Permalink
misc: add .dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
emaxerrno committed Sep 4, 2018
1 parent 1e6d6b6 commit b9377bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dir-locals.el
@@ -0,0 +1,5 @@
;; Project-wide Emacs settings
;; We use clang-format for the whole project
;; see misc/fmt.py - but this sets up the basic
;; environment for c++
((c++-mode (helm-make-build-dir . "build/debug")))

0 comments on commit b9377bf

Please sign in to comment.