When we edit Python code, the default TAB is 8 character(space).
How to make it to be 4 character(space)?
Create/Edit the file ~/.nanorc and Save it
set tabsize 4
set tabstospaces
由於最近在 Linux 中開發 Python,使用 Nano 預設的 TAB 是8個空白,因此要將它修改為4個空白。
簡的地說就是編輯 ~/.nanorc 這個檔案,並修改成上述內容
沒有留言:
張貼留言