Skip to content

Instantly share code, notes, and snippets.

@rex
Last active December 4, 2015 01:25
Show Gist options
  • Select an option

  • Save rex/f77481885ffc61ff576d to your computer and use it in GitHub Desktop.

Select an option

Save rex/f77481885ffc61ff576d to your computer and use it in GitHub Desktop.
My Sublime Text settings
{
"Rex_tabs_font_small": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"colored_folder_glyphs": true,
"default_line_ending": "unix",
"detect_slow_plugins": false,
"disable_colored_folder_labels": false,
"disable_colored_group_labels": false,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"flatui_folder_icons": true,
"flatui_thin_tabs": false,
"folder_exclude_patterns":
[
".git",
".svn*",
".sass-cache",
".npm*"
],
"font_face": "M+ 2m Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_numbers": true,
"open_files_in_new_window": false,
"phoenix_color_expanded_folder": true,
"phoenix_color_lightblue": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_eighties": false,
"phoenix_highlight_current_tab": false,
"phoenix_sidebar_tree_xsmall": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"phoenix_tabs_font_small": true,
"phoenix_tabs_small": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"sidebar_folders": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment