Skip to content

Instantly share code, notes, and snippets.

View vrymel's full-sized avatar
🎯
Focusing

Vrymel Omandam vrymel

🎯
Focusing
View GitHub Profile
@vrymel
vrymel / user_settings
Last active October 5, 2018 07:38
Visual studio code user settings
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "onWindowChange",
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.lineHeight": 25,
"editor.renderIndentGuides": false,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,