Initial commit

This commit is contained in:
Sonny Bakker 2020-11-24 16:55:00 +01:00
commit 75594b5e43
19 changed files with 182 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"
}