This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" MacVim 설정 | |
set nocompatible | |
set number | |
set clipboard=unnamed | |
set smartindent | |
set tabstop=2 | |
set expandtab | |
" >> 또는 << 키로 들여 쓰기 할때 스페이스의 갯수. 기본값 8 |