Created
April 16, 2017 09:43
-
-
Save bboozzoo/8bbb37dd2cea8f492202bffb1e16d6c3 to your computer and use it in GitHub Desktop.
dir-locals for linux kernel development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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