NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
#### sublime设置缩进空格 试着保存为Packages/User/Preferences.sublime-settings ~~~ { "ignored_packages": [ "Vintage" ], // 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, //设置保存时自动转换 "expand_tabs_on_save": true, //显示空格 "draw_white_space": "all" } ~~~ 如果希望将tab转换成为空格,将`"translate_tabs_to_spaces": false`中的`false`改为`true`