hard link to my current dotfiles
This commit is contained in:
parent
816882e2c6
commit
0df6884647
5 changed files with 99 additions and 16 deletions
|
|
@ -7,18 +7,68 @@
|
|||
"pasteImage.defaultName": "e-HH-mm-ss",
|
||||
"cSpell.userWords": [
|
||||
"Barzin",
|
||||
"Viktor"
|
||||
"Viktor",
|
||||
"dataset",
|
||||
"datasets",
|
||||
"overfit",
|
||||
"unigrams",
|
||||
"vectorizer"
|
||||
],
|
||||
"workbench.editor.highlightModifiedTabs": true,
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"window.zoomLevel": 0,
|
||||
"editor.minimap.enabled": true,
|
||||
"editor.renderWhitespace": "all",
|
||||
"editor.renderControlCharacters": true,
|
||||
"workbench.activityBar.visible": true,
|
||||
"window.menuBarVisibility": "toggle"
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"markdown-pdf.breaks": true,
|
||||
"markdown-pdf.displayHeaderFooter": false,
|
||||
"editor.wordWrap": "on",
|
||||
"editor.formatOnSaveTimeout": 5000,
|
||||
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
|
||||
"cSpell.enabledLanguageIds": [
|
||||
"asciidoc",
|
||||
"c",
|
||||
"cpp",
|
||||
"csharp",
|
||||
"css",
|
||||
"git-commit",
|
||||
"go",
|
||||
"handlebars",
|
||||
"haskell",
|
||||
"html",
|
||||
"jade",
|
||||
"java",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"json",
|
||||
"jsonc",
|
||||
"latex",
|
||||
"less",
|
||||
"markdown",
|
||||
"php",
|
||||
"plaintext",
|
||||
"pug",
|
||||
"python",
|
||||
"restructuredtext",
|
||||
"rust",
|
||||
"scala",
|
||||
"scss",
|
||||
"text",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"yaml",
|
||||
"yml"
|
||||
],
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true
|
||||
},
|
||||
"python.jediEnabled": false,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue