Created
January 15, 2013 00:48
-
-
Save kurotaky/4534983 to your computer and use it in GitHub Desktop.
!!! vim !!!
This file contains hidden or 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
| set encoding=utf-8 | |
| set fileencodings=utf-8,euc-jp | |
| set expandtab "タブ入力を複数の空白入力に置き換える | |
| set tabstop=4 "画面上でタブ文字が占める幅 | |
| set shiftwidth=4 "自動インデントでずれる幅 | |
| set softtabstop=4 "連続した空白に対してタブキーやバックスペースキーでカーソルが動く幅 | |
| set autoindent "改行時に前の行のインデントを継続する | |
| set smartindent "改行時に入力された行の末尾に合わせて次の行のインデントを増減する | |
| filetype plugin indent on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment