10 lines
289 B
JSON
10 lines
289 B
JSON
{
|
|
"cSpell.words": ["clippy", "docx", "dolan", "miu", "officegen", "typedoc"],
|
|
"prettier.trailingComma": "all",
|
|
"prettier.printWidth": 140,
|
|
"editor.formatOnSave": false,
|
|
"prettier.tabWidth": 4,
|
|
"prettier.arrowParens": "always",
|
|
"prettier.bracketSpacing": true
|
|
}
|