LoginSignup
4
3

More than 5 years have passed since last update.

Sublime Text 2 の便利な設定例

Last updated at Posted at 2012-08-17

保存時に行末スペースを削る

Preferences.sublime-settings
{
  "trim_trailing_white_space_on_save": true,
}

タブをスペースに変換

Preferences.sublime-settings
{
  "translate_tabs_to_spaces": true,
}
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3