alexmojaki / alexmojaki/birdseye
Awkward indentation in multiline expressions
Đang mở
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:

This is how it should look:
```python
def foo():
print('hello',
'world')
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.