mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"telemetry.enableTelemetry": false,
|
|
"telemetry.enableCrashReporter": false,
|
|
"extensions.showRecommendationsOnlyOnDemand": true,
|
|
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"editor.fontFamily": "'FuraCode Nerd Font', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
|
"terminal.integrated.fontFamily": "FuraCode Nerd Font",
|
|
"editor.fontLigatures": true,
|
|
"shellcheck.run": "onSave",
|
|
"shellcheck.exclude": [
|
|
2181,
|
|
2039
|
|
],
|
|
"editor.wordWrap": "on",
|
|
"editor.minimap.enabled": false,
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
"bookmarks.navigateThroughAllFiles": true,
|
|
"diffEditor.renderSideBySide": false,
|
|
"files.autoSave": "afterDelay",
|
|
"editor.multiCursorModifier": "ctrlCmd",
|
|
"bracketPairColorizer.forceUniqueOpeningColor": true,
|
|
"bracketPairColorizer.rulerPosition": "Full",
|
|
"bracketPairColorizer.showBracketsInRuler": true,
|
|
//Below reduces the Activity Bar size
|
|
"window.zoomLevel": -1,
|
|
"editor.fontSize": 16,
|
|
"terminal.integrated.fontSize": 16,
|
|
"window.menuBarVisibility": "toggle",
|
|
"git.enableSmartCommit": true,
|
|
"bracketPairColorizer.highlightActiveScope": true,
|
|
"prettier.tabWidth": 4,
|
|
"prettier.useTabs": true,
|
|
"editor.formatOnSave": true,
|
|
"prettier.printWidth": 85,
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"es6-css-minify.minifyOnSave": "yes",
|
|
"es6-css-minify.onSaveDelay": 10,
|
|
"git.autofetch": true,
|
|
"diffEditor.ignoreTrimWhitespace": true,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"git.confirmSync": false,
|
|
"[go]": {},
|
|
"editor.formatOnPaste": true,
|
|
"markdown.extension.italic.indicator": "_",
|
|
"markdown.extension.print.imgToBase64": true,
|
|
"markdown.extension.print.theme": "dark",
|
|
"markdown.extension.toc.githubCompatibility": true,
|
|
"markdownlint.config": {
|
|
"default": true,
|
|
"MD030": false,
|
|
"MD007": false,
|
|
"no-hard-tabs": false,
|
|
"line-length": false
|
|
},
|
|
"markdownlint.run": "onType",
|
|
"cSpell.fixSpellingWithRenameProvider": true,
|
|
"cSpell.userWords": [
|
|
"GOPATH",
|
|
"Kumar",
|
|
"Pratik",
|
|
"Printf",
|
|
"Println",
|
|
"Struct",
|
|
"Tripathy",
|
|
"VIMP",
|
|
"VVIMP",
|
|
"VVVIMP",
|
|
"atleast",
|
|
"mkdir",
|
|
"pratiktri",
|
|
"subfolder",
|
|
"ulta"
|
|
],
|
|
"cSpell.diagnosticLevel": "Hint",
|
|
"go.useLanguageServer": true,
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
|
},
|
|
"update.mode": "manual",
|
|
"cSpell.allowCompoundWords": true,
|
|
"files.trimTrailingWhitespace": true
|
|
} |