{ "psi-header.config": { "forceToTop": true, "blankLinesAfter": 1, "overridePathSeparator": "/" }, "psi-header.changes-tracking": { "isActive": true, "autoHeader": "autoSave", "modDate": "@lastModified:", "modDateFormat": "YYYY-MM-DD HH:mm:ss", "modAuthor": "@lastModifiedBy:", "exclude": ["markdown", "json"], "excludeGlob": ["**/settings.json"] }, "psi-header.templates": [ { "language": "*", "template": [ "@file: <>", "@description: ", "@author: <> (<>)", "@date: <>", "@lastModified: <>", "@lastModifiedBy: <> (<>)" ], "changeLogNaturalOrder": true } ] }