Skip to content

Instantly share code, notes, and snippets.

@bboozzoo
Created April 16, 2017 09:43
Show Gist options
  • Save bboozzoo/8bbb37dd2cea8f492202bffb1e16d6c3 to your computer and use it in GitHub Desktop.
Save bboozzoo/8bbb37dd2cea8f492202bffb1e16d6c3 to your computer and use it in GitHub Desktop.
dir-locals for linux kernel development
;; rename to .dir-locals.el
((c-mode . ((c-file-style . "linux-tabs-only")
(indent-tabs-mode . t)
(show-trailing-whitespace . t)
(c-basic-offset . 8)
(tab-width . 8)
))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment