waterwolf-auth/.prettierrc

8 lines
134 B
Text
Raw Normal View History

2024-07-19 02:51:36 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"endOfLine":"auto"
2024-07-15 00:25:52 +00:00
}