1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-22 07:54:24 -04:00

🚨 commit bomb incoming 🚨

This commit is contained in:
2018-03-28 09:14:21 -04:00
commit 016c127c67
11 changed files with 358 additions and 0 deletions

9
vscode/settings.json Normal file
View File

@@ -0,0 +1,9 @@
// Place your settings in this file to overwrite the default settings
{
"workbench.colorTheme": "Slime",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14.5,
"editor.cursorStyle": "line",
"extensions.autoUpdate": false
}