chiark / gitweb /
subdirmk: Change stub force target to `run-main.mk'
[secnet.git] / .dir-locals.el
1 ;;; Directory Local Variables
2 ;;; See Info node `(emacs) Directory Variables' for more information.
3
4 ((c-mode
5   (c-basic-offset . 4))
6  (python-mode
7   (indent-tabs-mode . t)
8   (python-indent . 8)))