Skip to content

Visual_Studio_Code

bootstraponline edited this page Oct 14, 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,
    "editor.tabSize": 2,
    "files.associations": { "Fastfile": "ruby" }
}

Clone this wiki locally