#settings
{
"psi-header.templates": [
{
"language": "*",
"template": [
"@file 文件描述",
"@description 详细说明",
"",
"@author <<author>> <<<authoremail>>>",
"",
"Created Date: <<filecreated('ddd, YYYY-MM-DD HH:mm:ss')>>",
"",
"Last Modified: <<dateformat('ddd, YYYY-MM-DD HH:mm:ss')>>",
"Last Modified By: <<author>> <<<authoremail>>>",
""
]
}
],
"psi-header.variables": [
[
"author",
"Leo Hui"
],
[
"authoremail",
"leohxj@gmail.com"
]
]
}