Skip to content

Commit

Permalink
Add compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Nov 9, 2022
1 parent b7c931d commit 5bc3bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
;;; For more information see (info "(emacs) Directory Variables")

((nil
(compile-command . "ninja -C build")
(indent-tabs-mode . nil) ; Make sure to disable smart-tabs-mode if you're using it.
(whitespace-action . nil)
(whitespace-style . '(face trailing empty tabs))
Expand Down

0 comments on commit 5bc3bc0

Please sign in to comment.