.vscode settings.json license author license type and license year configuration
This commit is contained in:
parent
5dd980901f
commit
bff1bc85b9
2 changed files with 6 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"license.author": "Mert Gör and contributors",
|
||||||
|
"license.default": "bsd-3-clause",
|
||||||
|
"license.year": "auto"
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
package defer_statement
|
package defer_statement
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue