Add header objects and demo

This commit is contained in:
Dolan
2018-01-29 02:56:35 +00:00
parent 079334f71b
commit 8b8c664f0f
9 changed files with 54 additions and 15 deletions

13
.vscode/settings.json vendored
View File

@ -1,16 +1,9 @@
{
"cSpell.words": [
"clippy",
"docx",
"dolan",
"miu",
"officegen",
"typedoc"
],
"cSpell.words": ["clippy", "docx", "dolan", "miu", "officegen", "typedoc"],
"prettier.trailingComma": "all",
"prettier.printWidth": 140,
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"prettier.tabWidth": 4,
"prettier.arrowParens": "always",
"prettier.bracketSpacing": true,
"prettier.bracketSpacing": true
}