generated from Templates/Baseline
OCram85
d0090a7e9a
All checks were successful
ci / docker (push) Successful in 16s
#### 📖 Summary - Add basic help about Swarmproxy - Update changelog - prepare next release #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #11
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"files.encoding": "utf8",
|
|
"files.eol": "auto",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"editor.renderWhitespace": "boundary",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"editor.rulers": [
|
|
116
|
|
],
|
|
// powershell general
|
|
"powershell.startAutomatically": true,
|
|
"powershell.enableProfileLoading": true,
|
|
"powershell.scriptAnalysis.enable": true,
|
|
// powershell code Formatting
|
|
"powershell.codeFormatting.openBraceOnSameLine": true,
|
|
"powershell.codeFormatting.newLineAfterOpenBrace": true,
|
|
"powershell.codeFormatting.newLineAfterCloseBrace": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
|
|
"powershell.codeFormatting.whitespaceAroundOperator": true,
|
|
"powershell.codeFormatting.whitespaceAfterSeparator": true,
|
|
"powershell.codeFormatting.ignoreOneLineBlock": true,
|
|
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
|
// cSpell settings for custom dictionary
|
|
"cSpell.enabled": true,
|
|
"cSpell.caseSensitive": false,
|
|
"cSpell.maxNumberOfProblems": 100,
|
|
"cSpell.numSuggestions": 8,
|
|
"cSpell.minWordLength": 3,
|
|
"cSpell.allowCompoundWords": false,
|
|
"cSpell.ignorePaths": [
|
|
"package-lock.json",
|
|
"node_modules",
|
|
"vscode-extension",
|
|
".git/objects",
|
|
".vscode",
|
|
".vscode-insiders"
|
|
],
|
|
"cSpell.enabledLanguageIds": [
|
|
"c",
|
|
"cpp",
|
|
"csharp",
|
|
"go",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"json",
|
|
"latex",
|
|
"markdown",
|
|
"php",
|
|
"plaintext",
|
|
"powershell",
|
|
"python",
|
|
"text",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"yaml",
|
|
"yml"
|
|
],
|
|
"cSpell.language": "en-US,de-DE",
|
|
"cSpell.customDictionaries": {
|
|
"project-words": {
|
|
"name": "project-words",
|
|
"path": "${workspaceRoot}/.vscode/dictionaries/project-words.txt",
|
|
"description": "Words used in this project",
|
|
"addWords": true
|
|
|
|
},
|
|
"custom": true
|
|
}
|
|
}
|