subline修改字体大小和空格问题

使用python的时候有时会碰到和identation相关的问题,很多时候是由于混用了空格和制表符。

在sublime中显示空格和制表符后,便可以轻松修改。

点击:

preferences > settings:
在右面输入:

{
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "font_size": 10,
    "ignored_packages":
[
    "Vintage"
],
    "save_on_focus_lost": true,
    "draw_white_space": "all"
}

你可能感兴趣的:(Windows)