Skip to content

Instantly share code, notes, and snippets.

@guipacheco2
Last active November 3, 2015 14:40
Show Gist options
  • Save guipacheco2/9213107 to your computer and use it in GitHub Desktop.
Save guipacheco2/9213107 to your computer and use it in GitHub Desktop.
Sublime User Preferences
apm install atom-material-ui atom-material-syntax atom-material-syntax-light
apm install nuclide-installer
apm install editorconfig
{
"Seti_ClosedFolder_same": true,
"Seti_no_bar_undertabs": true,
"Seti_orange_button": true,
"Seti_orange_label": true,
"Seti_rainbow": true,
"Seti_sb_tree_tiny": true,
"Seti_tabs_small": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".meteor/local",
".build",
".build.*",
".npm",
".vagrant",
"*/target"
],
"font_face": "Roboto Mono Thin",
"font_options":
[
],
"font_size": 11,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_workers": 1,
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_lime": false,
"material_theme_accent_orange": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_yellow": false,
"material_theme_bold_tab": false,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_tab_close_buttons": true,
"spacegray_tabs_small": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
{
"Seti_ClosedFolder_same": true,
"Seti_no_bar_undertabs": true,
"Seti_orange_button": true,
"Seti_orange_label": true,
"Seti_rainbow": true,
"Seti_sb_tree_tiny": true,
"Seti_tabs_small": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_style": "phase",
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".meteor/local",
".build",
".build.*",
".npm",
".vagrant",
"*/target"
],
"font_face": "Source Code Pro",
"font_options":
[
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_workers": 1,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "disabled",
"shift_tab_unindent": true,
"show_tab_close_buttons": true,
"spacegray_tabs_small": true,
"tab_size": 4,
"theme": "Seti_orig.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment