Skip to content

Instantly share code, notes, and snippets.

@zonyitoo
Created May 25, 2015 10:56
Show Gist options
  • Save zonyitoo/07f218ad07589935b1fb to your computer and use it in GitHub Desktop.
Save zonyitoo/07f218ad07589935b1fb to your computer and use it in GitHub Desktop.
Windows Sublime Text Settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/User/SublimeLinter/cobalt2 (SL).tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_options":
[
"directwrite"
],
"font_size": 12,
"highlight_line": true,
"idnet_guide_options":
[
"draw_normal",
"draw_active"
],
"ignored_packages":
[
],
"indent_to_bracket": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
120
],
"scroll_past_end": true,
"show_encoding": true,
"tab_size": 4,
"theme": "Cobalt2.sublime-theme",
"trim_tailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment