我正在使用 Sublime Text 3,我已經設定了預設縮排設置文件。
但是,當我重新啟動應用程式時,預設選項卡大小仍然是 4 個空格。我該怎麼做?
這是設定
{
"translateTabsToSpaces": true,
"tabSize": 2,
"detect_indentation":true, // I've also tried set this item as false, neither works.
}
答案1
根據當前文檔https://www.sublimetext.com/docs/3/indentation.html:
{
"tab_size": 2
}
然後儲存 User/Preferences.sublime-settings 文件,變更將立即生效。
或變更“視圖”選單下的“縮排”設定。