9 lines
218 B
JSON
9 lines
218 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 4,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"git.inputValidationLength": 72,
|
|
"git.inputValidationSubjectLength": 72,
|
|
}
|