manim/.prettierrc.json5
2022-01-03 17:14:54 -06:00

7 lines
102 B
Text

{
useTabs: false,
tabWidth: 2,
singleQuote: false,
trailingComma: "all",
printWidth: 100,
}