Skip to content

Commit

Permalink
Fix scope of copyright header snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Jan 5, 2025
1 parent 71e0190 commit 7b5d9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/copyright.code-snippets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Copyright header for mathlib": {
"scope": "lean",
"scope": "lean4",
"prefix": "copyright",
"body": [
"/-",
Expand All @@ -10,4 +10,4 @@
"-/"
]
}
}
}

0 comments on commit 7b5d9c7

Please sign in to comment.