Results 20 comments of byplayer

it is in the changes of git 1.7.8 https://lkml.org/lkml/2011/12/2/316 When populating a new submodule directory with "git submodule init", the $GIT_DIR metainformation directory for submodules is created inside $GIT_DIR/modules// directory...

Thank you for your information. I'll fix it.

Thank you for your comment. Could you send me pull request?

Thank you for your information. I'll check it.

I think this issue can be closed because it is duplicated.

I found the reason. When `shouldPrePrintDoubleHardline` function is called for `Level 1-1`(blue rectangle part), it refers to the parent block(red rectangle part). Then, the red rectangle block has an empty...

I fixed this issue at https://github.com/prettier/prettier/pull/16637 .

I think https://github.com/prettier/prettier/actions/runs/17574300842/job/49916187236?pr=17857 will be passed when rerun the task.

https://github.com/prettier/prettier/pull/16637 This change was intended to fix an issue where Prettier was formatting data like this: ```markdown - list 1 - list 1-1 - list 2 - list 2-1 ```...

I create PR https://github.com/prettier/prettier/pull/17857 . I hope it will be reviewed soon.