검색결과 리스트
글
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
'컴퓨터' 카테고리의 다른 글
| 자바, 미안하다! 파이썬 한국어 NLP (0) | 2014.09.03 |
|---|---|
| ImportError: No module named pkg_resources 에러 발생시 (0) | 2014.09.02 |
| 만들어진 VDI 파일을 Virtualbox에서 사용하기 (0) | 2014.08.23 |
| 기획자의 스토리보드 작성이 너무 편해지는 PowerMockup (0) | 2014.08.18 |
| chrome 암호 설정 확인 (0) | 2014.08.18 |
