Format codebase with prettier

This commit is contained in:
Tristan Daniël Maat 2022-08-01 21:43:50 +01:00
parent af062715d9
commit 75c4ff6a80
Signed by: tlater
GPG key ID: 49670FD774E43268
12 changed files with 88 additions and 59 deletions

View file

@ -1,9 +1,11 @@
# -*- yaml -*-
tabWidth: 4
bracketSameLine: true
overrides:
- files: "**/*.html"
options:
tabWidth: 2
- files: "**/*.scss"
options:
tabWidth: 2