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

34 lines
974 B
JSON

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