alexmojaki / alexmojaki/birdseye
Awkward indentation in multiline expressions
オープン
bug
- 主要言語
- JavaScript
- スター
- 1.7k
- フォーク
- 73
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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')
```
コントリビューションガイド
評価
この issue はまだ評価されていません。