added prettier config

This commit is contained in:
2022-07-01 19:54:27 +02:00
parent afed42de49
commit ceb2b358e1

6
.prettierrc.toml Normal file
View File

@@ -0,0 +1,6 @@
trailingComma = 'none'
tabWidth = 2
semi = false
singleQuote = true
printWidth = 80
bracketSameLine = true