Initial commit

This commit is contained in:
Chris Patterson
2020-01-29 10:13:06 -05:00
commit 91c0d1036c
17 changed files with 7322 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}