Move to tabs over spaces!

This commit is contained in:
2025-06-09 09:57:27 -05:00
parent 476d6c91b4
commit 42b07ea2da
70 changed files with 4109 additions and 4108 deletions

View File

@ -1,5 +1,6 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"useTabs": true
}

View File

@ -26,7 +26,7 @@ import {
import { useEffect, useState } from 'react';
import {
SignInWithApple,
SignInWithMicrosoft
SignInWithMicrosoft,
} from '@/components/default/auth';
const formSchema = z