Skip to content

Instantly share code, notes, and snippets.

@high5
Created February 11, 2014 14:13
Show Gist options
  • Save high5/8935559 to your computer and use it in GitHub Desktop.
Save high5/8935559 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings Settings - User
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"highlight_line": true,
"color_scheme": "Packages/User/Monokai.tmTheme",
"font_size": 11.0,
"caret_style": "solid",
"caret_extra_width": 1,
//white space tab などを表示させるか
"draw_white_space": "selection",
"word_wrap": false,
//改行コード。unixにしておこう。バッチとか iptablesかくとエラーになるぞ
"default_line_ending": "unix",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment