Files
docx-js/.vscode/settings.json

11 lines
323 B
JSON
Raw Normal View History

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