postnummer-app/frontend/.prettierrc.toml

7 lines
111 B
TOML
Raw Normal View History

2023-02-06 18:39:22 +00:00
# .prettierrc.toml
trailingComma = "all"
tabWidth = 4
semi = true
singleQuote = false
jsxSingleQuote = false