Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created September 11, 2018 11:57
Show Gist options
  • Select an option

  • Save leohxj/9f0f99eb99d5cbbd866e35ab2e9826b6 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/9f0f99eb99d5cbbd866e35ab2e9826b6 to your computer and use it in GitHub Desktop.
#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",
"[email protected]"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment