Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 15, 2020
1 parent c534fd6 commit 692ff82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/Cosi.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"extensions": {
"recommendations": [
"CoenraadS.bracket-pair-colorizer-2",
"ms-vscode.powershell-preview",
"DavidAnson.vscode-markdownlint",
"EditorConfig.EditorConfig",
"fabiospampinato.vscode-terminals",
"ms-vscode.Go",
"ms-vscode.powershell-preview",
"redhat.vscode-yaml",
"usernamehw.errorlens",
"yzhang.markdown-all-in-one",
Expand Down Expand Up @@ -151,11 +151,11 @@
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"markdown.extension.italic.indicator": "_",
"markdown.extension.list.indentationSize": "inherit",
"markdown.extension.orderedList.marker": "one",
"markdown.extension.tableFormatter.enabled": true,
"markdown.extension.toc.levels": "2..6",
"markdown.extension.toc.githubCompatibility": true,
"markdown.extension.list.indentationSize": "inherit",
"markdown.extension.toc.levels": "2..6",
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.autoCorrectAliases": true,
Expand Down

0 comments on commit 692ff82

Please sign in to comment.