我正在使用 Sublime Text 3,我已经根据doc设置了默认缩进设置。
但是,当我重新启动应用程序时,默认选项卡大小仍然是 4 个空格。我该怎么办?
这里是设置
{
"translateTabsToSpaces": true,
"tabSize": 2,
"detect_indentation":true, // I've also tried set this item as false, neither works.
}
我正在使用 Sublime Text 3,我已经根据doc设置了默认缩进设置。
但是,当我重新启动应用程序时,默认选项卡大小仍然是 4 个空格。我该怎么办?
这里是设置
{
"translateTabsToSpaces": true,
"tabSize": 2,
"detect_indentation":true, // I've also tried set this item as false, neither works.
}
根据https://www.sublimetext.com/docs/3/indentation.html上的当前文档:
然后保存 User/Preferences.sublime-settings 文件,更改将立即生效。
或者更改视图菜单下的缩进设置。