culinary.kemonine.info/themes/hugo-recipes/.prettierrc.toml

7 lines
108 B
TOML
Raw Normal View History

2022-12-03 15:27:03 +00:00
singleQuote = true
trailingComma = "all"
proseWrap = "always"
printWidth = 80
endOfLine = "lf"
tabWidth = 2