dotfiles/.prettierrc.toml

5 lines
113 B
TOML
Raw Normal View History

2022-09-16 19:21:54 +03:00
"$schema" = "https://json.schemastore.org/prettierrc.json"
trailingComma = "es5"
singleQuote = true
tabWidth = 2