Initial commit

This commit is contained in:
Sonny Bakker 2021-01-01 16:26:19 +01:00
commit 49d9ab242e
7 changed files with 81 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"
}