8 lines
161 B
JSON
8 lines
161 B
JSON
|
{
|
||
|
"editor.wordWrap": "off",
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"files.insertFinalNewline": true,
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.insertSpaces": true
|
||
|
}
|