Update VSCode settings

This commit is contained in:
DUDULUU-R7\duduluu 2017-10-26 23:56:56 +08:00
parent a4c4715ac4
commit e71ab5dc2f

View File

@ -50,6 +50,10 @@
"space_around_combinator": true,
"space_around_selector_separator": true,
"keep_array_indentation": true,
"space_before_conditional": true
"space_before_conditional": true,
"wrap_line_length": 0
},
"beautify.ignore": [
"Backstories/**/*"
]
}