bytebeat-composer/.prettierrc.json5
2023-12-25 15:56:34 -05:00

11 lines
317 B
Text

{
useTabs: true,
tabWidth: 3,
arrowParens: "avoid",
embeddedLanguageFormatting: "off",
// TODO disable formatting css, even in html/pug
plugins: ["@prettier/plugin-pug"],
pugAttributeSeparator: "none",
//pugBracketSameLine: true, // doesn't work, i made a github issue for this
pugEmptyAttributes: "none",
}