leohxj
9/11/2018 - 11:57 AM

#settings

#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"
        ]
    ]
}