add the snippets to the repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
snippet guard "Include guards"
|
||||
#ifndef ${1:MY_HEADER_NAME_GOES_HERE_H}
|
||||
#define ${1:MY_HEADER_NAME_GOES_HERE_H}
|
||||
|
||||
${0:...}
|
||||
|
||||
#endif /* ${1:MY_HEADER_NAME_GOES_HERE_H} */
|
||||
Reference in New Issue
Block a user