11 lines
322 B
JSON
11 lines
322 B
JSON
|
{
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.insertSpaces": true,
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.formatOnPaste": true,
|
||
|
"editor.autoClosingBrackets": true,
|
||
|
"editor.trimAutoWhitespace": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"files.trimFinalNewlines": true,
|
||
|
"git.ignoreLimitWarning": true,
|
||
|
}
|