【手顺】常用IDE Tab改为空格的设置
Sublime Preferences -> Settings - User { "draw_white_space": "all", "font_face": "YaHei Consolas Hybrid", "font_size": 11.0, "tab_size": 2, "translate_tabs_to_spaces": true } Sublime Text 2 设置文件详解 VS2010 Tools -> Options -> Environment -> Fonts and Colors -> Font = YaHei Consolas Hybrid // 等宽字体 -> Text Editor -> All Languages -> Tabs -> Tab size = 2, Indent size = 2 // 缩进为4 Insert spaces // Tab为空格 Edit -> Advanced -> View White Space // 显示空白符 File -> Advanced Save Options -> Encoding: Unicode (UTF-8 without signature) – Codepage 65001 Line endings: Unix (LF) UTF-8 without BOM How to: Manage