streamarr/.prettierrc.toml
2024-09-10 22:58:35 +02:00

8 lines
172 B
TOML

trailingComma = "all"
tabWidth = 2
semi = true
singleQuote = true
bracketSpacing = true
bracketLine = false
arrowFunctionParenthesis = "avoid"
experimentalTernaries = true