Add Visual Studio Code config

pull/6829/head
David Ordás 3 years ago
parent 7d79980bf6
commit 558312a3a8
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
  1. 46
      .vscode/settings.json

@ -0,0 +1,46 @@
{
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"markdown.extension.list.indentationSize": "inherit",
"markdown.extension.orderedList.autoRenumber": true,
"markdown.extension.orderedList.marker": "ordered",
"markdown.extension.syntax.decorations": true,
"markdown.extension.tableFormatter.enabled": true,
"markdown.extension.toc.downcaseLink": true,
"markdown.extension.toc.levels": "1..4",
"markdown.extension.toc.omittedFromToc": {
"**": ["# Index", "## Index", "### Index"]
},
"markdown.extension.toc.plaintext": false,
"markdown.extension.toc.orderedList": false,
"markdown.extension.toc.slugifyMode": "github",
"markdown.extension.toc.unorderedList.marker": "*",
"markdown.extension.toc.updateOnSave": false,
"markdown-checkboxes.enable": true,
"markdown-checkboxes.label": true,
"markdown-pdf.highlightStyle": "github.css",
"markdown-pdf.includeDefaultStyles": true,
"markdown-preview-enhanced.breakOnSingleNewLine": true,
"markdown-preview-enhanced.codeBlockTheme": "github.css",
"markdown-preview-enhanced.enableEmojiSyntax": true,
"markdown-preview-enhanced.enableLinkify": true,
"markdown-preview-enhanced.enableScriptExecution": false,
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
"markdown-preview-enhanced.mathRenderingOnlineService": "https://latex.codecogs.com/svg.latex",
"markdown-preview-enhanced.mathRenderingOption": "KaTeX",
"markdown-preview-enhanced.previewTheme": "github-light.css",
"markdown-preview-enhanced.scrollSync": true,
"markdown-preview-enhanced.singlePreview": true,
"markdown-preview-enhanced.useGitHubStylePipedLink": true,
"markdownShortcuts.bold.marker": "**",
"markdownShortcuts.bullets.marker": "*",
"markdownShortcuts.italics.marker": "*",
"github.preferedMergeMethod": "squash",
"githubIssues.issueBranchTitle": "${user}/${issueNumber}/${sanitizedIssueTitle}",
"githubIssues.useBranchForIssues": "on",
"githubPullRequests.defaultMergeMethod": "squash",
"githubIssues.workingIssueFormatScm": "${issueTitle}\n\nPatch over commit: ${sha}\nFixes #${issueNumber}\nCo-authored-by: octocat <octocat@github.com>",
"prettier.enable": false,
"prettier.requirePragma": true,
"prettier.useEditorConfig": true
}
Loading…
Cancel
Save