# .prettierrc.toml printWidth = 80 trailingComma = "all" useTabs = false tabWidth = 4 semi = true singleQuote = false