Created
January 10, 2018 04:45
Revisions
-
devonChurch created this gist
Jan 10, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "workbench.iconTheme": "material-icon-theme", "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": false, "workbench.colorTheme": "Material Theme", "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", "editor.lineHeight": 0, "editor.fontLigatures": true, "editor.fontSize": 16, "editor.tabSize": 2, "editor.rulers": [ 80 ], "workbench.colorCustomizations": {}, "editor.formatOnSave": true, "materialTheme.cache.workbench.settings": { "accentPrevious": "Cyan" } }