Skip to content

Instantly share code, notes, and snippets.

{
// make the editor font look nice
"editor.fontSize": 18,
"editor.fontFamily": "Monaco, 'Courier New', monospace",
// format on pasting and saving
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
// save files automatically
"files.autoSave": "afterDelay",
// delete trailing whitespace