Created
August 15, 2017 16:43
-
-
Save rharriso/8f020d8fcd258949a02733e8b2661d8c to your computer and use it in GitHub Desktop.
Visual Studio Code Editor Settings
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 12, | |
"editor.fontLigatures": true, | |
"editor.lineNumbers": "relative", | |
"workbench.colorTheme": "Tomorrow Night Blue", | |
"vim.disableAnnoyingNeovimMessage": true, | |
"editor.tabSize": 2, | |
"C_Cpp.intelliSenseEngine": "Default" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment