Initial commit

This commit is contained in:
Sonny Bakker 2020-11-23 13:01:15 +01:00
commit b393bde9e5
21 changed files with 391 additions and 0 deletions

9
.prettier.json Normal file
View file

@ -0,0 +1,9 @@
{
"singleQuote": true,
"printWidth": 90,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"parser": "yaml"
}