Created
March 6, 2021 13:03
-
-
Save potados99/748ffd9b7274245d66bf04c5126c4e4a to your computer and use it in GitHub Desktop.
Vim에서 스페이스 4칸을 탭 문자로 사용하기
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 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