記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Indenting Python with VIM
April 18 2008 Vim’s default configuration for Python sucks! If you have used Vim to write Python ... April 18 2008 Vim’s default configuration for Python sucks! If you have used Vim to write Python code, you probably know this very well. It does not align to parentheses and braces. dict(foo=bar<return> _ <= directly insert a 'tab' {'hello': 'world',<return> _ <= Same thing! It doesn’t add indentation after Python keyword if True:<return> _ <= Come on! I don’t want to hit 'tab' every time I open a
2012/01/11 リンク