sublime 修改tab为4个空格,显示所有的空格

// These settings override both User and Default settings for the Python syntax
{
"translate_tabs_to_spaces": true,
"draw_white_space": "all",
}

原文地址:https://www.cnblogs.com/adong7639/p/13304586.html