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

31 lines
823 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
}
]
}