waterwolf-auth/.prettierrc

8 lines
134 B
Text
Raw Normal View History

2024-07-18 22:51:36 -04:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"endOfLine":"auto"
2024-07-14 20:25:52 -04:00
}