added prettier config
This commit is contained in:
6
.prettierrc.toml
Normal file
6
.prettierrc.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
trailingComma = 'none'
|
||||
tabWidth = 2
|
||||
semi = false
|
||||
singleQuote = true
|
||||
printWidth = 80
|
||||
bracketSameLine = true
|
Reference in New Issue
Block a user