Add dotfile configurations

This commit is contained in:
Sonny Bakker 2020-11-07 19:45:50 +01:00
parent 7e029a0d33
commit ce76c3ed9f
4 changed files with 69 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"
}