2026-03-16 17:58:57 +08:00
|
|
|
{
|
2026-03-18 15:52:07 +08:00
|
|
|
"psi-header.config": {
|
|
|
|
|
"forceToTop": true,
|
|
|
|
|
"blankLinesAfter": 1,
|
|
|
|
|
"overridePathSeparator": "/"
|
|
|
|
|
},
|
|
|
|
|
"psi-header.changes-tracking": {
|
|
|
|
|
"isActive": true,
|
|
|
|
|
"autoHeader": "autoSave",
|
2026-04-20 17:54:26 +08:00
|
|
|
"modDate": "@lastModified",
|
2026-03-18 15:52:07 +08:00
|
|
|
"modDateFormat": "YYYY-MM-DD HH:mm:ss",
|
2026-04-20 17:54:26 +08:00
|
|
|
"modAuthor": "@lastModifiedBy",
|
2026-03-18 15:52:07 +08:00
|
|
|
"exclude": ["markdown", "json"],
|
|
|
|
|
"excludeGlob": ["**/settings.json"]
|
|
|
|
|
},
|
|
|
|
|
"psi-header.templates": [
|
|
|
|
|
{
|
|
|
|
|
"language": "*",
|
|
|
|
|
"template": [
|
2026-04-20 17:54:26 +08:00
|
|
|
"@file <<filerelativepath>>",
|
|
|
|
|
"@description ",
|
|
|
|
|
"@author <<author>> (<<authoremail>>)",
|
|
|
|
|
"@date <<filecreated('YYYY-MM-DD HH:mm:ss')>>",
|
|
|
|
|
"@lastModified <<dateformat('YYYY-MM-DD HH:mm:ss')>>",
|
|
|
|
|
"@lastModifiedBy <<author>> (<<authoremail>>)"
|
2026-03-18 15:52:07 +08:00
|
|
|
],
|
|
|
|
|
"changeLogNaturalOrder": true
|
|
|
|
|
}
|
2026-04-20 17:54:26 +08:00
|
|
|
],
|
|
|
|
|
"workbench.editor.limit.value": 3,
|
|
|
|
|
"cSpell.words": [
|
|
|
|
|
"Codice",
|
|
|
|
|
"commitlint",
|
|
|
|
|
"dcloudio",
|
|
|
|
|
"Fabbrica"
|
|
|
|
|
],
|
|
|
|
|
"js/ts.tsdk.path": "node_modules\\typescript\\lib"
|
2026-03-16 17:58:57 +08:00
|
|
|
}
|