Initial commit

This commit is contained in:
Danny McCormick
2019-08-02 17:15:36 +00:00
commit a10eefa292
17 changed files with 219 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}