mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-21 19:36:03 +03:00
adjust fileheader tpl
This commit is contained in:
parent
b3b03c6b4e
commit
d49973e602
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -46,8 +46,7 @@
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"fileheader.Author":"Edward",
|
||||
"fileheader.tpl": "/* \r\n * @Description: https://github.com/crazybber \r\n * @Author: {author} \r\n * @Date: {createTime} \r\n * @Last Modified by: {lastModifiedBy} \r\n * @Last Modified time: {updateTime} \r\n */\r\n",
|
||||
"fileheader.LastModifiedBy": "Edward",
|
||||
"peacock.color": "#5e7959"
|
||||
"fileheader.tpl": "/*\r\n * @Description: https://github.com/crazybber\r\n * @Author: {author}\r\n * @Date: {createTime}\r\n * @Last Modified by: {lastModifiedBy}\r\n * @Last Modified time: {updateTime}\r\n */\r\n\r\n",
|
||||
"fileheader.LastModifiedBy": "Edward"
|
||||
}
|
||||
//https://vscode.readthedocs.io/en/latest/getstarted/settings/
|
||||
|
Loading…
Reference in New Issue
Block a user