Skip to content

Instantly share code, notes, and snippets.

@liyocee
Created January 7, 2016 07:06
Show Gist options
  • Save liyocee/8884c5cb2cb881ab9380 to your computer and use it in GitHub Desktop.
Save liyocee/8884c5cb2cb881ab9380 to your computer and use it in GitHub Desktop.
sublime_settings
{
"always_show_minimap_viewport": true,
"atomic_save": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Droid Sans Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_lime": true,
"material_theme_accent_orange": true,
"material_theme_accent_purple": true,
"material_theme_accent_red": true,
"material_theme_accent_yellow": true,
"material_theme_bold_tab": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": false,
"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,
"open_files_in_new_window": false,
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
81
],
"save_on_focus_lost": true,
"sidebar_row_padding_medium": true,
"tab_spaces": 4,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment