Sublime Text: 缩进设置
将tab键替换为4个空格。Sublime Text -> Preferences -> Settings - User中添加:
"tab_size": 4,
"translate_tabs_to_spaces": true
详细解释参考:
http://feliving.github.io/Sublime-Text-3-Documentation/indentation.html
将tab键替换为4个空格。Sublime Text -> Preferences -> Settings - User中添加:
"tab_size": 4,
"translate_tabs_to_spaces": true
详细解释参考:
http://feliving.github.io/Sublime-Text-3-Documentation/indentation.html