.dir-locals.el 150 B

1234567
  1. ;; Hey Emacs, use the ugly style!
  2. ((c-mode . ((c-file-style . "linux")
  3. (c-basic-offset . 8)
  4. (tab-width . 8)
  5. (indent-tabs-mode . t))))