{ "editor.acceptSuggestionOnEnter": "off", "editor.fontFamily": "Iosevka, Menlo, Monaco, 'Courier New', monospace", "editor.fontLigatures": true, "editor.renderControlCharacters": true, "editor.renderWhitespace": "boundary", "editor.rulers": [72, 80, 120], "editor.wordWrap": "on", "emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly", "emmet.includeLanguages": { "pug": "html" }, "prettier.printWidth": 80, "prettier.tabWidth": 2, "prettier.useTabs": false, "prettier.singleQuote": false, "prettier.trailingComma": "all", "prettier.bracketSpacing": false, "python.pythonPath": "python3", "python.venvPath": "~/.virtualenvs", "terminal.integrated.scrollback": 10000, "workbench.colorTheme": "Tomorrow", "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true, "suppressUpdateNotice": false, "suppressWelcomeNotice": true }, "gitlens.keymap": "alternate" }