Vim 설정

컴퓨터 2014. 8. 29. 06:54

Configuring Vim
https://wiki.python.org/moin/Vim


# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4


set modeline

 

#!/usr/bin/env python

"""
Python source code - replace this with a description of the code and write the code below this text.
"""

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4

 

 

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab


http://tedlogan.com/techblog3.html