alexmojaki / alexmojaki/birdseye

Awkward indentation in multiline expressions

オープン
#23 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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:

![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')
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。