mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"eslint.autoFixOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"files.trimTrailingWhitespace": true
|
|
}
|