r-util-js/.vscode/settings.json

34 lines
974 B
JSON
Raw Permalink Normal View History

2026-03-16 17:58:57 +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",
"modDateFormat": "YYYY-MM-DD HH:mm:ss",
2026-04-20 17:54:26 +08:00
"modAuthor": "@lastModifiedBy",
"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>>)"
],
"changeLogNaturalOrder": true
}
2026-04-20 17:54:26 +08:00
],
"workbench.editor.limit.value": 3,
2026-05-28 11:30:35 +08:00
"cSpell.words": ["Codice", "commitlint", "dcloudio", "Fabbrica"],
2026-04-20 17:54:26 +08:00
"js/ts.tsdk.path": "node_modules\\typescript\\lib"
2026-03-16 17:58:57 +08:00
}