LoginSignup
0
0

More than 5 years have passed since last update.

sublime text3 個人設定 2015

Posted at

sublime text3 設定メモ

備忘録として。

Setting - user

{
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "default_line_ending": "unix",// 新規ファイルの文字コード
    "draw_white_space": "all",// スペースとタブを可視化
    "file_history_retention": 30,// 履歴を残す日数
    "fold_buttons": true,// 折りたたみボタンの表示
    "font_size": 10,
    "ignored_packages":
    [
        "Vintage"
    ],
    "open_files_in_new_window": true,
    "show_encoding": true,// エンコーディングを表示
    "show_line_endings": true,// 改行コードを表示
    "tab_size": 2,// タブのサイズ
    "trailing_spaces_regexp": " |[ t]+",// 全角スペースを警告
    "translate_tabs_to_spaces": true,// タブ文字をスペースに変換
    "trim_trailing_white_space_on_save": true,// ファイル保存の度に行末の不要スペースとタブの自動削除する
    "word_wrap": true// テキストを折り返す
}

Package Settings

  • Bracket Highlighter //カッコ類を強調
  • Local History
  • Package Control
  • PHP Code Sniffer
  • Side Bar
  • Tag
  • Trailing Spaces
  • ConvertToUTF8
  • SublimeLinter

導入しよう

  • DocBlockr
  • Abacus
  • GitGutter
  • Origami
  • SyncedSideBar
0
0
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
0
0