私は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 ファイルを保存すると、変更が即座に有効になります。
または、[表示] メニューの [インデント] 設定を変更します。