Skip to content

Instantly share code, notes, and snippets.

@kurotaky
Created January 15, 2013 00:48
Show Gist options
  • Select an option

  • Save kurotaky/4534983 to your computer and use it in GitHub Desktop.

Select an option

Save kurotaky/4534983 to your computer and use it in GitHub Desktop.
!!! vim !!!
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