We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d419b commit 0fa1715Copy full SHA for 0fa1715
cuda-mode/jcs-header
@@ -0,0 +1,13 @@
1
+# -*- mode: snippet -*-
2
+# name: jcs-header
3
+# key: jcs-header
4
+# --
5
+/**
6
+* $File: `(jcs-file-name)` $
7
+* $Date: `(format-time-string "%Y-%m-%d %H:%M:%S")` $
8
+* $Revision: $
9
+* $Creator: ${1:CREATOR_NAME} $
10
+* $Notice: See LICENSE.txt for modification and distribution information
11
+* Copyright © `(format-time-string "%Y")` by ${2:COPYRIGHT_INFO} $
12
+*/
13
+$0
0 commit comments