mirror of
https://github.com/sammyshear/sshear.dev.git
synced 2025-12-06 03:15:53 +00:00
7 lines
119 B
TOML
7 lines
119 B
TOML
trailingComma = "none"
|
|
useTabs = true
|
|
semi = true
|
|
singleQuote = false
|
|
tabWidth = 4
|
|
plugins = ["prettier-plugin-astro"]
|