SublimeTextの折り返し設定メモ。SublimtTextメニューにあるPreferencesのSettings - Userで『"word_wrap": "false"』を宣言すると一行当りの文字数が多い時でも自動で折り返しされないようになります。
{ "draw_white_space": "all", "font_size": 12, "ignored_packages": [ "Vintage" ], "tab_size": 4, "translate_tabs_to_spaces": true, "word_wrap": "false" }