You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
laughing-hipster/config/Code/User/settings.json

72 lines
2.5 KiB

{
"terminal.integrated.shellArgs.linux": ["--login"],
"terminal.integrated.shellArgs.osx": ["--login"],
"terminal.integrated.fontFamily": "'Ubuntu Mono derivative Powerline', 'Fira Code Retina:style=Retina', 'PragmataPro', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"terminal.integrated.fontSize": 14,
"editor.renderWhitespace": "boundary",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.fontFamily": "'Fira Code Retina', 'Fira Code', 'PragmataPro'",
"editor.fontSize": 14,
"editor.codeLens": true,
"editor.fontLigatures": true,
"editor.hideCursorInOverviewRuler": true,
"editor.rulers": [120],
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"git.enableCommitSigning": true,
"git.autofetch": true,
"git.autorefresh": true,
"go.testOnSave": true,
"go.lintOnSave": "package",
"go.autocompleteUnimportedPackages": false,
"go.formatTool": "goreturns",
"prettier.eslintIntegration": true,
"prettier.tabWidth": 4,
"window.openFilesInNewWindow": "on",
"telemetry.enableTelemetry": false,
"vim.leader": ",",
"vim.surround": true,
"vim.useSystemClipboard": true,
"workbench.colorTheme": "Cobalt2",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"[javascript]": {
"editor.formatOnSave": true
},
"fs.inotify.max_user_watches":524288,
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": true,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"gitlens.mode.active": "review",
}