Skip to content

Instantly share code, notes, and snippets.

View chrisdemars's full-sized avatar
💭
💻Remote

Chris DeMars chrisdemars

💭
💻Remote
View GitHub Profile
@chrisdemars
chrisdemars / codemash-2020.md
Created January 11, 2020 17:48
Notes from sessions at CodeMash 2020
@chrisdemars
chrisdemars / vs-code-settings.js
Created December 30, 2018 04:05
VS Code settings from my personal machine.
{
"workbench.colorTheme": "Level Up",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.port": 0,
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 2,
"editor.formatOnSave": true,
// Controls the font size in pixels.