1. 程式人生 > >sublime text2 配置tab為4個空格

sublime text2 配置tab為4個空格

Preference-defalut:

【將Tab鍵自動替換為4個空格】

// The number of spaces a tab is considered equal to
“tab_size”: 4,

// Set to true to insert spaces when tab is pressed
“translate_tabs_to_spaces”: true,