Skip to content

Instantly share code, notes, and snippets.

@nagisa
Created May 1, 2012 20:29
Show Gist options
  • Save nagisa/2571121 to your computer and use it in GitHub Desktop.
Save nagisa/2571121 to your computer and use it in GitHub Desktop.
Sublime
{
"caret_style": "phase",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_face": "DejaVu Sans Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active",
"draw_stack",
"normal_stippled"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment