Skip to content

Instantly share code, notes, and snippets.

@kosmala007
Created February 11, 2020 09:28
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 kosmala007/1cdad0e764736170d2040fae78fe6a4c to your computer and use it in GitHub Desktop.
Save kosmala007/1cdad0e764736170d2040fae78fe6a4c to your computer and use it in GitHub Desktop.
Vscode usefull settings
{
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"files.trimTrailingWhitespace": true,
"editor.rulers": [
80,
120
],
"files.eol": "\n",
"editor.wordWrap": "on",
"emmet.includeLanguages": {
"twig": "html",
"tpl": "html",
"blade": "html"
},
"files.insertFinalNewline": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment