mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
refactor: update Prettier printWidth to 100 (#2684)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user