Skip to content

Visual_Studio_Code

bootstraponline edited this page May 6, 2016 · 7 revisions

settings.json

CodePreferencesUser Settings

// Place your settings in this file to overwrite the default settings
{
    // 0 turns on viewport width wrapping
	"editor.wrappingColumn": 0,
    "files.trimTrailingWhitespace": true,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 100
}

Clone this wiki locally