sublime设置缩进空格
试着保存为Packages/User/Preferences.sublime-settings
{
"tab_size": 4,
"translate_tabs_to_spaces": false
}
如果希望将tab转换成为空格,将"translate_tabs_to_spaces": false中的false改为true
试着保存为Packages/User/Preferences.sublime-settings
{
"tab_size": 4,
"translate_tabs_to_spaces": false
}
如果希望将tab转换成为空格,将"translate_tabs_to_spaces": false中的false改为true