Skip to content

Instantly share code, notes, and snippets.

@gnuns
Created November 25, 2019 16:07
Show Gist options
  • Save gnuns/3c7f8d9743b99feaa4c9c472f860e111 to your computer and use it in GitHub Desktop.
Save gnuns/3c7f8d9743b99feaa4c9c472f860e111 to your computer and use it in GitHub Desktop.
cpp vscode
{
"C_Cpp.errorSquiggles": "Enabled",
"C_Cpp.default.cppStandard": "c++14",
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
"C_Cpp.clang_format_fallbackStyle": "Chromium"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment