Sublime Text 2で言語ごとにインデントを設定をする


選択しているファイルの言語にのみ適用されるスタイルを指定したい場合
目的の言語のファイルを開いた状態で以下のメニューを選択して設定をします。
Preferences > Setting – More > Syntax Specific – User
{
“tab_size”: 2,
“translate_tabs_to_spaces”: true
}

Indentation Settings – Sublime Text 2 Documentation

Jon Thomas : Syntax-specific indentation settings in Sublime Text 2