Browse Source

VSCode Tab indentation and LF endings

pull/5/head
Muthu Kumar 7 years ago
parent
commit
4e2940f816
  1. 5
      .vscode/settings.json

5
.vscode/settings.json

@ -0,0 +1,5 @@
{
"editor.insertSpaces": false,
"editor.tabSize": 4,
"files.eol": "\n"
}
Loading…
Cancel
Save