Created
October 6, 2019 16:19
-
-
Save byplayer/87de5d791158dfdd7d4a9fb709a0287e to your computer and use it in GitHub Desktop.
.dir-locals for c-mode
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
((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