{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true,
"editor.fontSize": 16,
"files.autoSave": "on",
"editor.tabSize": 2
},
"atomKeymap.promptV3Features": true,
"gitlens.keymap": "alternate",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"files.autoSave": "onFocusChange",
"editor.renderWhitespace": "all",
"diffEditor.ignoreTrimWhitespace": false,
"editor.minimap.enabled": false,
"editor.fontSize": 15,
"editor.multiCursorModifier": "alt",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"editor.smoothScrolling": true,
"markdown.preview.fontSize": 15,
"cSpell.enabled": false,
"typescript.validate.enable": false,
"editor.tabSize": 2,
"workbench.editor.enablePreviewFromQuickOpen": false,
"prettier.printWidth": 300,
"prettier.singleQuote": true,
"prettier.trailingComma": "none",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Monokai",
"editor.formatOnPaste": true,
"prettier.semi": false,
"npm.enableScriptExplorer": true,
"gitlens.historyExplorer.enabled": true,
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"liveServer.settings.port": 3000,
"liveServer.settings.donotShowInfoMsg": true,
"breadcrumbs.enabled": true,
"git.enableSmartCommit": true,
"workbench.iconTheme": "seti",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html"
},
"prettier.useTabs": false,
"prettier.tabWidth": 2,
"prettier.spaceBeforeFunctionParen": true,
"prettier.jsxSingleQuote": true,
"prettier.bracesSpacing": false,
"prettier.bracketSpacing": false,
"prettier.autoScroll": false,
"files.trimTrailingWhitespace": true,
"editor.snippetSuggestions": "top",
"files.autoGuessEncoding": true,
"files.insertFinalNewline": true,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#767600",
"editor.selectionHighlightBackground": "#767600"
},
"eslint.autoFixOnSave": true
}