Skip to content

Instantly share code, notes, and snippets.

@flypenguin
Created February 1, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flypenguin/f1be771fab84ad55726bbdec24b3b0ae to your computer and use it in GitHub Desktop.
Save flypenguin/f1be771fab84ad55726bbdec24b3b0ae to your computer and use it in GitHub Desktop.
visual studio code config
{
"editor.renderWhitespace": "boundary",
"editor.formatOnSave": true,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"editor.fontFamily": "'Droid Sans Mono dotted for Powerline', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"window.zoomLevel": 0,
"[puppet]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.insertFinalNewline": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment