Files
docx-js/.vscode/settings.json

17 lines
343 B
JSON
Raw Normal View History

2018-01-22 23:38:49 +00:00
{
"cSpell.words": [
"clippy",
"docx",
"dolan",
"miu",
"officegen",
"typedoc"
],
"prettier.trailingComma": "all",
"prettier.printWidth": 140,
2018-01-24 00:01:38 +00:00
"editor.formatOnSave": true,
2018-01-22 23:38:49 +00:00
"prettier.tabWidth": 4,
"prettier.arrowParens": "always",
"prettier.bracketSpacing": true,
}