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.
I'm trying to setup my guards like this for "/Folder1/Folder2/File-Name With Spaces.h"
"ProjectName__Folder1__Folder2__File_Name_With_Spaces_h__"
As close as I have gotten so far.
"ProjectName__FOLDER1_FOLDER2_FILE_NAME_WITH_SPACES_H__"
I can get ProjectName with a prefix. I can get the 2 underscores at the end with a suffix. I can get the file path.
So my two questions/feature suggestions are.
Don't change file/folder name case.
Have a prefix for all subfolders so I can add the extra underscore.
A prefix/suffix for the comment at the end. I'm looking for something like "// End !defined(MY_INCLUDE_GUARD)"
I'm trying to setup my guards like this for "/Folder1/Folder2/File-Name With Spaces.h"
"ProjectName__Folder1__Folder2__File_Name_With_Spaces_h__"
As close as I have gotten so far.
"ProjectName__FOLDER1_FOLDER2_FILE_NAME_WITH_SPACES_H__"
I can get ProjectName with a prefix. I can get the 2 underscores at the end with a suffix. I can get the file path.
So my two questions/feature suggestions are.