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

13 lines
380 B
Text

{
printWidth: 100,
useTabs: true,
tabWidth: 3,
// TODO prevent if/for/while without braces
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",
}