Mateusz Bąk

Results 50 comments of Mateusz Bąk

I can try to do it. 🚀

I noticed that on the mockups when a user drags the tab out and puts it in the editor, it splits the editor and placeholder into two independent views. We...

If I'm not mistaken it's possible that it's the same issue as #1473

I believe this part has already been fixed. I can try to solve this issue (but I am not sure if I'll be able 😅)

How about this case: ```swift myFunc(x: 1, closure: { return true }) ``` ? Should we format it in the following way: ```swift myFunc(x: 1, closure: { return true })...

> To conclude, I believe the real problem is #2084. The correct format for > > ```swift > myFunc({ > return true > }) > ``` > > should be...

> @Matejkob, is the link to #2168 intentional? Help with unit tests is very welcome — I would be happy to learn from you! Oh, I've added the wrong link....

Hey there, Just trying to wrap my head around the correct formatting for these test cases. For the first one, we've got 2 spaces before the `get` and 4 spaces...