.vscode settings.json license author license type and license year configuration

This commit is contained in:
Mert Gör 🇹🇷 2024-01-24 13:17:42 +03:00
parent 5dd980901f
commit bff1bc85b9
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F
2 changed files with 6 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"license.author": "Mert Gör and contributors",
"license.default": "bsd-3-clause",
"license.year": "auto"
}

View File

@ -1,3 +1,4 @@
package defer_statement
import "fmt"