13 lines
380 B
Text
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",
|
|
}
|