Skip to content

Commit

Permalink
chore(vscode): 🔧 Fix editor config for .json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke authored and mistmist committed Aug 26, 2021
1 parent 67f56f3 commit cff406b
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset = utf-8

[*.json]
end_of_line = lf
insert_final_newline = true
insert_final_newline = false
trim_trailing_whitespace = true
indent_style = tab
tab_width = 4
Expand Down
44 changes: 22 additions & 22 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.1",
"ignorePaths": [
".git",
".git/**",
".vscode/*"
],
"language": "en",
"dictionaries": [],
"words": [
"configfile",
"filterfile",
"ODFDOM",
"odffiles",
"odfvalidator",
"outputfile",
"rngfile",
"schemafile",
"subcomponents",
"xsdfile"
],
"ignoreRegExpList": []
}
"version": "0.1",
"ignorePaths": [
".git",
".git/**",
".vscode/*"
],
"language": "en",
"dictionaries": [],
"words": [
"configfile",
"filterfile",
"ODFDOM",
"odffiles",
"odfvalidator",
"outputfile",
"rngfile",
"schemafile",
"subcomponents",
"xsdfile"
],
"ignoreRegExpList": []
}
48 changes: 24 additions & 24 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"gimenete.github-linker",
"jasonnutter.vscode-codeowners",
"eamodio.gitlens",
"sidneys1.gitconfig",
"mhutchie.git-graph",
"editorconfig.editorconfig",
"yuichinukiyama.tabspacer",
"sleistner.vscode-fileutils",
"gruntfuggly.todo-tree",
"davidanson.vscode-markdownlint",
"bierner.markdown-preview-github-styles",
"streetsidesoftware.code-spell-checker",
"bewhite.dokd-vscode-preview",
"kisstkondoros.vscode-gutter-preview",
"redhat.java",
"redhat.fabric8-analytics",
"vscjava.vscode-maven",
"vscjava.vscode-java-pack"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"gimenete.github-linker",
"jasonnutter.vscode-codeowners",
"eamodio.gitlens",
"sidneys1.gitconfig",
"mhutchie.git-graph",
"editorconfig.editorconfig",
"yuichinukiyama.tabspacer",
"sleistner.vscode-fileutils",
"gruntfuggly.todo-tree",
"davidanson.vscode-markdownlint",
"bierner.markdown-preview-github-styles",
"streetsidesoftware.code-spell-checker",
"bewhite.dokd-vscode-preview",
"kisstkondoros.vscode-gutter-preview",
"redhat.java",
"redhat.fabric8-analytics",
"vscjava.vscode-maven",
"vscjava.vscode-java-pack"
]
}
276 changes: 138 additions & 138 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,138 +1,138 @@
{
"files.exclude": {
".git": true,
"node_modules/": true,
"**/Thumbs.db": true,
"Thumbs.db": true,
"**/.~lock.*": true
},
"files.associations": {
"**/packages.config": "xml"
},
"shellcheck.exclude": [
"1017"
],
"[xml]": {
"editor.formatOnSave": false,
"editor.autoClosingBrackets": "never",
"files.trimTrailingWhitespace": false,
"files.insertFinalNewline": false
},
"[xslt]": {
"editor.defaultFormatter": "deltaxml.xslt-xpath",
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.autoClosingBrackets": "never",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": false
},
"editor.autoClosingTags": false,
"editor.linkedEditing": true,
"xml.autoCloseTags.enabled": true,
"xml.validation.enabled": true,
"xml.validation.schema.enabled": "always",
"xml.validation.disallowDocTypeDecl": true,
"xml.validation.noGrammar": "ignore",
"XSLT.resources.xsltPackages": [
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/fix-saxon.xslt",
"version": "2.3.0",
"path": "tools/xslt/system/fix-saxon.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/uri.xslt",
"version": "2.3.0",
"path": "tools/xslt/system/uri.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/formatter/basic.xslt",
"version": "1.5.0",
"path": "tools/xslt/formatter/basic.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/formatter/OO.xslt",
"version": "1.5.0",
"path": "tools/xslt/formatter/OO.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-document.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-document.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-macrolib.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-macrolib.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-merger.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-merger.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-preprocessor.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-preprocessor.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-writer.xslt",
"version": "1.5.0",
"path": "tools/xslt/OODocumentProcessor/oo-writer.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/optimizer/OOOptimizer.xslt",
"version": "1.5.0",
"path": "tools/xslt/optimizer/OOOptimizer.xslt"
}
],
"[powershell]": {
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
},
"editor.folding": true,
"editor.foldingHighlight": true,
"editor.foldingStrategy": "auto",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"powershell.codeFormatting.alignPropertyValuePairs": false,
"powershell.codeFormatting.openBraceOnSameLine": false,
"powershell.codeFormatting.newLineAfterOpenBrace": false,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": false,
"powershell.codeFormatting.preset": "Custom",
"typescript.tsc.autoDetect": "off",
"grunt.autoDetect": "off",
"jake.autoDetect": "off",
"gulp.autoDetect": "off",
"task.autoDetect": "off",
"conventionalCommits.autoCommit": false,
// "conventionalCommits.emojiFormat": "",
"conventionalCommits.gitmoji": true,
"conventionalCommits.lineBreak": "\n",
"conventionalCommits.promptBody": true,
"conventionalCommits.promptFooter": true,
"conventionalCommits.promptScopes": true,
"conventionalCommits.scopes": [
"ott",
"odt",
"design",
"vscode",
"git",
"github",
"github-actions",
"deps",
"other",
"changelog",
"readme"
],
"conventionalCommits.showEditor": false,
"licenser.author": "Sergei S. Betke"
}
{
"files.exclude": {
".git": true,
"node_modules/": true,
"**/Thumbs.db": true,
"Thumbs.db": true,
"**/.~lock.*": true
},
"files.associations": {
"**/packages.config": "xml"
},
"shellcheck.exclude": [
"1017"
],
"[xml]": {
"editor.formatOnSave": false,
"editor.autoClosingBrackets": "never",
"files.trimTrailingWhitespace": false,
"files.insertFinalNewline": false
},
"[xslt]": {
"editor.defaultFormatter": "deltaxml.xslt-xpath",
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.autoClosingBrackets": "never",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": false
},
"editor.autoClosingTags": false,
"editor.linkedEditing": true,
"xml.autoCloseTags.enabled": true,
"xml.validation.enabled": true,
"xml.validation.schema.enabled": "always",
"xml.validation.disallowDocTypeDecl": true,
"xml.validation.noGrammar": "ignore",
"XSLT.resources.xsltPackages": [
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/fix-saxon.xslt",
"version": "2.3.0",
"path": "tools/xslt/system/fix-saxon.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/uri.xslt",
"version": "2.3.0",
"path": "tools/xslt/system/uri.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/formatter/basic.xslt",
"version": "1.5.0",
"path": "tools/xslt/formatter/basic.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/formatter/OO.xslt",
"version": "1.5.0",
"path": "tools/xslt/formatter/OO.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-document.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-document.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-macrolib.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-macrolib.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-merger.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-merger.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-preprocessor.xslt",
"version": "2.3.0",
"path": "tools/xslt/OODocumentProcessor/oo-preprocessor.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/OODocumentProcessor/oo-writer.xslt",
"version": "1.5.0",
"path": "tools/xslt/OODocumentProcessor/oo-writer.xslt"
},
{
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/optimizer/OOOptimizer.xslt",
"version": "1.5.0",
"path": "tools/xslt/optimizer/OOOptimizer.xslt"
}
],
"[powershell]": {
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
},
"editor.folding": true,
"editor.foldingHighlight": true,
"editor.foldingStrategy": "auto",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"powershell.codeFormatting.alignPropertyValuePairs": false,
"powershell.codeFormatting.openBraceOnSameLine": false,
"powershell.codeFormatting.newLineAfterOpenBrace": false,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": false,
"powershell.codeFormatting.preset": "Custom",
"typescript.tsc.autoDetect": "off",
"grunt.autoDetect": "off",
"jake.autoDetect": "off",
"gulp.autoDetect": "off",
"task.autoDetect": "off",
"conventionalCommits.autoCommit": false,
// "conventionalCommits.emojiFormat": "",
"conventionalCommits.gitmoji": true,
"conventionalCommits.lineBreak": "\n",
"conventionalCommits.promptBody": true,
"conventionalCommits.promptFooter": true,
"conventionalCommits.promptScopes": true,
"conventionalCommits.scopes": [
"ott",
"odt",
"design",
"vscode",
"git",
"github",
"github-actions",
"deps",
"other",
"changelog",
"readme"
],
"conventionalCommits.showEditor": false,
"licenser.author": "Sergei S. Betke"
}
Loading

0 comments on commit cff406b

Please sign in to comment.