파이썬 indent 셋팅(python indent setting in vim)

| No Comments | No TrackBacks
.vimrc modify like below
au BufRead,BufNewFile *.py set ts=8 sw=4 softtabstop=4 expandtab
au BufRead,BufNewFile *.py set smarttab smartindent sta
au BufRead,BufNewFile Makefile set ts=8 sts=8 sw=8 noet


relate article - http://bbs.python.or.kr/viewtopic.php?t=21457

No TrackBacks

TrackBack URL: http://www.thethinkings.com/mt/mt-tb.cgi/46

Leave a comment