Created
October 16, 2022 15:17
-
-
Save Letterus/3c82fb09cfd03d7fa2b750a41fc1d55f to your computer and use it in GitHub Desktop.
VSCodium Configuration for ObjFW
This file contains 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
{ | |
"workbench.colorTheme": "Default Dark+", | |
"git.autofetch": true, | |
"files.associations": { | |
"*.h": "objective-c" | |
}, | |
"[objective-c]": { | |
}, | |
"clangd.arguments": [ | |
"--header-insertion=never" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment