Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created October 6, 2019 16:19
Show Gist options
  • Save byplayer/87de5d791158dfdd7d4a9fb709a0287e to your computer and use it in GitHub Desktop.
Save byplayer/87de5d791158dfdd7d4a9fb709a0287e to your computer and use it in GitHub Desktop.
.dir-locals for c-mode
((c-mode . ((flycheck-clang-language-standard . "c99")
(clang-format-modes . '())
(indent-tabs-mode . t)
(c-basic-offset . 4)
(tab-width . 4))
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment