Files
docx-js/.vscode/settings.json

11 lines
325 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",
2018-08-29 18:36:48 +03:00
"prettier.bracketSpacing": true,
"git.ignoreLimitWarning": true
2018-01-22 23:38:49 +00:00
}