tyoshikawa1106のブログ

- Force.com Developer Blog -

SublimeTextと折り返し設定について

SublimeTextの折り返し設定メモ。SublimtTextメニューにあるPreferencesのSettings - Userで『"word_wrap": "false"』を宣言すると一行当りの文字数が多い時でも自動で折り返しされないようになります。
f:id:tyoshikawa1106:20160329121302p:plain

f:id:tyoshikawa1106:20160329121436p:plain

{
    "draw_white_space": "all",
    "font_size": 12,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "word_wrap": "false"
}

参考