Skip to content

Instantly share code, notes, and snippets.

@hnq90
Created September 16, 2015 04:54
Show Gist options
  • Select an option

  • Save hnq90/5fe69599444247f45e71 to your computer and use it in GitHub Desktop.

Select an option

Save hnq90/5fe69599444247f45e71 to your computer and use it in GitHub Desktop.
My SublimeText config
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Color Scheme/sublime/material-dark.tmTheme",
"copy_with_empty_selection": true,
"detect_indentation": false,
"drag_text": false,
"draw_minimap_border": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_face": "Hack",
"font_options":
[
"no_round"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Theme - Cobalt2"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"material_theme_accent_lime": true,
"material_theme_disable_folder_animation": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
79
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_encoding": true,
"show_full_path": false,
"show_line_endings": true,
"sidebar_default": true,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"detect_indentation": true,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": false,
"word_wrap": false,
"preview_on_click": false,
"spell_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment