Skip to content

Instantly share code, notes, and snippets.

@Letterus
Created October 16, 2022 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Letterus/3c82fb09cfd03d7fa2b750a41fc1d55f to your computer and use it in GitHub Desktop.
Save Letterus/3c82fb09cfd03d7fa2b750a41fc1d55f to your computer and use it in GitHub Desktop.
VSCodium Configuration for ObjFW
{
"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