Skip to content

Conversation

@ninjamuffin99
Copy link
Member

@ninjamuffin99 ninjamuffin99 commented Sep 30, 2025

i like prettier

this PR is 2 commits

  • first commit adds the stuff to package.json and configures it
  • second commit is after I run npm run prettier:write and it then autoformats all of the files in the repo that aren't formatted

@anysad
Copy link

anysad commented Sep 30, 2025

Wouldn't prettier fuck up the lists since if there isn't a new line between nested lists, they just become one big list (which can be seen in #1)?
So instead of:

  • item 1
    • item 2

It would just become:

  • item 1
  • item 2

@Kade-github
Copy link
Member

Wouldn't prettier fuck up the lists since if there isn't a new line between nested lists, they just become one big list (which can be seen in #1)? So instead of:

  • item 1

    • item 2

It would just become:

  • item 1
  • item 2

doesn't look like it
image
image
(some examples)

@Kade-github Kade-github merged commit ddc81ba into master Sep 30, 2025
1 check passed
@anysad
Copy link

anysad commented Oct 1, 2025

Wouldn't prettier fuck up the lists since if there isn't a new line between nested lists, they just become one big list (which can be seen in #1)? So instead of:

  • item 1

    • item 2

It would just become:

  • item 1
  • item 2

doesn't look like it

oh nice gg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants