;;; Emacs per-directory local variables ;;; Set preferred style (k&r style, no tabs, basic offset of 4) ((nil . ((ispell-local-dictionary . "american") (indent-tabs-mode . nil) (c-basic-offset . 4) (c-file-style . "k&r"))))