Updated server docs

This commit is contained in:
Amish Shah
2015-12-05 17:47:32 +00:00
parent eb500ecd24
commit 35cf5f4709
2 changed files with 37 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.wrappingColumn": 0,
"editor.formatOnType": true
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}