Created
October 20, 2018 21:28
-
-
Save nerdenough/31a59457ad10b49b2d79ddb2df29fc67 to your computer and use it in GitHub Desktop.
Visual Studio Code Preferences
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
{ | |
"workbench.colorTheme": "Monokai Pro (Filter Octagon)", | |
"workbench.iconTheme": "Monokai Pro (Filter Octagon) Icons", | |
"editor.fontFamily": "Hasklig, Source Code Pro, monospace", | |
"editor.fontSize": 14, | |
"editor.fontLigatures": true, | |
"editor.lineHeight": 24, | |
"editor.tabSize": 2, | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.minimap.renderCharacters": false, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.DS_Store": true, | |
"**/node_modules": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment