Thursday, 17 January 2008 I spend much of my day working on other people's code. People who have uncivilized ideas about how to indent their code. (Given some of the code I've seen, I sometimes think I should be simply pleased that they bothered to indent their code at all.) Until civilization aligns and we finally have elastic tabstops, I'll have to deal with different tab styles. The popular one
vim でPythonコードかこうとすると、改行時にTABインデントされてコンパイルエラーになったりする。 以下はそれを防ぐための設定 参考URLそのまま http://www.nims.go.jp/cmsc/staff/arai/python/python-vim.html でもなぜかMacOS10.5だと、自動的にTABインデントしてしまうので、 ~/.vimrc に書き込んだ。 他の種類のファイルに影響を与えずに、Pythonプログラムを編集する場合にのみ有効になるオプションを設定するには、~/.vim/ftplugin/vim_myoption.vim というファイルを作成し、以下の内容を書き込む。 set tabstop=8 set softtabstop=4 set shiftwidth=4 set expandtab set smarttab 説明 set tabstop=8
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く