Skip to content

Instantly share code, notes, and snippets.

@potados99
Created March 6, 2021 13:03
Show Gist options
  • Save potados99/748ffd9b7274245d66bf04c5126c4e4a to your computer and use it in GitHub Desktop.
Save potados99/748ffd9b7274245d66bf04c5126c4e4a to your computer and use it in GitHub Desktop.
Vim에서 스페이스 4칸을 탭 문자로 사용하기
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment