Preferences⇒Editor⇒Code Styleでプログラム言語別にインデントの設定ができる。
ここに設定がない場合、.editorconfigファイルを作成し、拡張子別のインデントを設定する必要がある。
例えば、Smartyのテンプレートファイルxxx.tplのインデントを「スペース2つ」にしたい場合は、以下のように設定する。
root = true
[*.tpl]
indent_style = space
indent_size = 2
Preferences⇒Editor⇒Code Styleでプログラム言語別にインデントの設定ができる。
ここに設定がない場合、.editorconfigファイルを作成し、拡張子別のインデントを設定する必要がある。
例えば、Smartyのテンプレートファイルxxx.tplのインデントを「スペース2つ」にしたい場合は、以下のように設定する。
root = true
[*.tpl]
indent_style = space
indent_size = 2