Created
May 1, 2018 11:32
-
-
Save jhanschoo/ae7a26e1e3ae3ff919ca0d58142bfd21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aurelia -- AureliaEffect | |
C/C++ -- Microsoft | |
Debugger for Chrome -- Microsoft | |
EditorConfig... -- EditorConfig | |
ESLint -- Dirk Baeumer | |
Git History -- Don ... | |
GitLens... -- Eric... | |
Gruvbox -- Tom Philbin | |
Path Intellisense -- Christian... | |
Prettier Now -- Remi... | |
Python -- Microsoft | |
Tomorrow... -- Microsoft | |
TSLint -- egamma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment