You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
{
"C/C++ Include Guard.Macro Type": "Filename",
"C/C++ Include Guard.Auto Include Guard Insertion For New File": false,
"C/C++ Include Guard.Auto Update Include Guard": false,
"C/C++ Include Guard.Remove Extension": false,
"C/C++ Include Guard.Suffix": "__"
}
Appears to be the comment after the foo that somehow fools it into thinking there is no include guard
A file called bar.h:
After running the command twice you end up with this in the file:
The non default config is:
Appears to be the comment after the foo that somehow fools it into thinking there is no include guard