7 lines
220 B
JSON
7 lines
220 B
JSON
|
{
|
||
|
"css.format.spaceAroundSelectorSeparator": true,
|
||
|
"css.format.maxPreserveNewLines": 3,
|
||
|
"scss.format.maxPreserveNewLines": 3,
|
||
|
"scss.format.spaceAroundSelectorSeparator": true,
|
||
|
"files.insertFinalNewline": true
|
||
|
}
|