refactor: update Prettier printWidth to 100 (#2684)

This commit is contained in:
Abhineet Jain
2022-06-27 10:53:44 -04:00
committed by GitHub
parent 09722ae1ef
commit 82938944e7
108 changed files with 786 additions and 232 deletions

View File

@ -37,7 +37,12 @@ const useStyles = makeStyles((theme) => ({
padding: theme.spacing(0.5),
},
code: {
padding: `${theme.spacing(0.5)}px ${theme.spacing(0.75)}px ${theme.spacing(0.5)}px ${theme.spacing(2)}px`,
padding: `
${theme.spacing(0.5)}px
${theme.spacing(0.75)}px
${theme.spacing(0.5)}px
${theme.spacing(2)}px
`,
whiteSpace: "nowrap",
width: "100%",
overflowX: "auto",