Browse Source

VS Code config

master
Muthu Kumar 7 years ago
parent
commit
f8f1ab5cf4
  1. 9
      .vscode/settings.json

9
.vscode/settings.json

@ -0,0 +1,9 @@
{
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.insertSpaces": false,
"editor.tabSize": 4,
"files.eol": "\n",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
}
Loading…
Cancel
Save