alexmojaki / alexmojaki/birdseye

Awkward indentation in multiline expressions

Đang mở
#23 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
JavaScript
Star
1.7k
Fork
73
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Because the browser has to render each expression as a rectangle, some of the whitespace used for indentation in a multiline expression becomes 'redundant' and the result looks weird:

![screen shot 2017-10-27 at 17 09 46](https://user-images.githubusercontent.com/3627481/32111185-171c1722-bb3a-11e7-8009-0e00ba58385f.png)

This is how it should look:

```python
def foo():
print('hello',
'world')
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.