Luusilly_WatchCat/.prettierrc
2026-04-23 13:47:57 -05:00

9 lines
149 B
Text

{
"singleQuote": true,
"printWidth": 220,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid",
"tabWidth": 4,
"useTabs": true
}