Skip to content

Instantly share code, notes, and snippets.

@wodim
Created July 24, 2019 09:42
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 wodim/e61407d04d041ee02da5c10e860e08ce to your computer and use it in GitHub Desktop.
Save wodim/e61407d04d041ee02da5c10e860e08ce to your computer and use it in GitHub Desktop.
Settings for VSCode
{
"editor.fontSize": 13,
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": true,
"editor.rulers": [
79
],
"git.enableSmartCommit": true,
"files.eol": "\n",
"[html]": {
"editor.tabSize": 2,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment