Created
September 11, 2018 11:57
-
-
Save leohxj/9f0f99eb99d5cbbd866e35ab2e9826b6 to your computer and use it in GitHub Desktop.
#settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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