Skip to content

Commit

Permalink
chore(vscode): 🔧 Add licenser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 15, 2021
1 parent 0cda588 commit eb42d47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,9 @@
"changelog",
"readme"
],
"conventionalCommits.showEditor": false
"conventionalCommits.showEditor": false,
"licenser.license": "AL2",
"licenser.author": "Sergei S. Betke",
"licenser.projectName": "Шаблоны документов ФБУ \"Тест-С.-Петербург\"",
"licenser.useSingleLineStyle": true
}
5 changes: 3 additions & 2 deletions DocTemplates.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"settings": {
"licenser.license": "AL2",
"licenser.author": "Sergei S. Betke",
"licenser.projectName": "Test-St-Petersburg document templates",
"licenser.projectName": "Шаблоны документов ФБУ \"Тест-С.-Петербург\"",
"licenser.useSingleLineStyle": true,
"XSLT.resources.xsltPackages": [
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/fix-saxon.xslt",
Expand Down Expand Up @@ -63,7 +64,7 @@
"xml.catalogs": [
".vscode/xml-schemas.xml"
],
"xml.validation.resolveExternalEntities": true,
"xml.validation.resolveExternalEntities": true
},
"extensions": {
// See http://go.microsoft.com/fwlink/?LinkId=827846
Expand Down

0 comments on commit eb42d47

Please sign in to comment.