mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
8 lines
145 B
JSON
8 lines
145 B
JSON
{
|
|
"prettier.printWidth": 140,
|
|
"prettier.tabWidth": 2,
|
|
"prettier.singleQuote": true,
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true
|
|
}
|