-
Notifications
You must be signed in to change notification settings - Fork 3
Visual_Studio_Code
bootstraponline edited this page Apr 3, 2017
·
7 revisions
Code → Preferences → User 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" }
}