Configure YASnippet
This commit is contained in:
11
snippets/c-mode/spdx-license-comment
Normal file
11
snippets/c-mode/spdx-license-comment
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: spdx-license-comment
|
||||
# binding: C-c C-k C-l
|
||||
# key: spdx
|
||||
# --
|
||||
/*
|
||||
* SPDX-License-Identifier: $1
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
*/
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user