Skip to content

Commit

Permalink
chore(vscode): add copyright snippet to jsonc files
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Partin <tristan@partin.io>
  • Loading branch information
tristan957 committed Sep 2, 2024
1 parent aeda8e3 commit 4193413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/copyright.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"copyright-clike": {
"prefix": "copyright",
"description": "Create the copyright header",
"scope": "css,javascript,typescript",
"scope": "css,javascript,jsonc,typescript",
"body": [
"/* SPDX-License-Identifier: AGPL-3.0-or-later",
" *",
Expand Down

0 comments on commit 4193413

Please sign in to comment.