manim/.prettierrc.json5

8 lines
102 B
Text
Raw Permalink Normal View History

2022-01-03 23:14:54 +00:00
{
useTabs: false,
tabWidth: 2,
singleQuote: false,
trailingComma: "all",
printWidth: 100,
}