Format codebase with prettier
This commit is contained in:
parent
af062715d9
commit
75c4ff6a80
12 changed files with 88 additions and 59 deletions
|
@ -1,9 +1,11 @@
|
|||
# -*- yaml -*-
|
||||
|
||||
tabWidth: 4
|
||||
bracketSameLine: true
|
||||
|
||||
overrides:
|
||||
- files: "**/*.html"
|
||||
options:
|
||||
tabWidth: 2
|
||||
- files: "**/*.scss"
|
||||
options:
|
||||
tabWidth: 2
|
||||
|
|
Reference in a new issue