Skip to content

Instantly share code, notes, and snippets.

@victornguyen
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save victornguyen/37464decf5b2ad4785eb to your computer and use it in GitHub Desktop.

Select an option

Save victornguyen/37464decf5b2ad4785eb to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"Seti_no_bar_undertabs": true,
"Seti_orange_label": true,
"Seti_sb_tree_small": true,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"color_scheme_": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"color_scheme__": "Packages/Predawn/predawn.tmTheme",
"color_scheme___": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"findreplace_small": false,
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"sidebar_large": true,
"tab_size": 4,
"tabs_medium": true,
"theme": "Seti_orig.sublime-theme",
"theme_": "Seti.sublime-theme",
"theme__": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": 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