{ "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 } ], "workbench.editor.limit.value": 3, "cSpell.words": ["Codice", "commitlint", "dcloudio", "Fabbrica"], "js/ts.tsdk.path": "node_modules\\typescript\\lib" }