formatting

This commit is contained in:
Proddy
2023-02-28 09:16:24 +01:00
parent ee1c70f608
commit 0078a2ef8e
7 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
node_modules/ node_modules/
build/ build/
.prettierrc .prettierrc
.yarn/

View File

@@ -2,4 +2,5 @@ node_modules/
build/ build/
.prettierrc .prettierrc
.eslintrc.js .eslintrc.js
.yarn/
env.d.ts env.d.ts

View File

@@ -0,0 +1,4 @@
node_modules/
build/
.prettierrc
.yarn/

8
interface/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true
}

View File

@@ -103,10 +103,12 @@ const SignIn: FC = () => {
> >
<Typography variant="h4">{PROJECT_NAME}</Typography> <Typography variant="h4">{PROJECT_NAME}</Typography>
<Box <Box
mt={2}
mb={2}
sx={{ sx={{
'& button, & a, & .MuiCard-root': { '& button, & a, & .MuiCard-root': {
mt: 0.5, mt: 1,
mx: 0.5 mx: 1
} }
}} }}
> >