我的设置:
"tab_size": 4, "translate_tabs_to_spaces": true,
但它不起作用。当我按tab键时,它保持两个字符的缩进。
为什么?谢谢!
发布于 2012-09-20 18:50:01
尝试设置"detect_indentation":false
https://stackoverflow.com/questions/12505820
相似问题