Skip to content

Instantly share code, notes, and snippets.

@stefanzweifel
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanzweifel/9397728 to your computer and use it in GitHub Desktop.
Save stefanzweifel/9397728 to your computer and use it in GitHub Desktop.
Personal Sublime Text settings file
{
"Seti_no_bar_undertabs": true,
"Seti_tabs_med": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "square",
"close_windows_when_empty": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"drag_text": true,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
"node_modules",
".tmp",
".sass-cache"
],
"font_face": "InputMono",
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"remember_open_files": true,
"remember_open_folders": true,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"scroll_speed": 5,
"show_full_path": false,
"show_tab_close_buttons": true,
"sidebar_small": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_xlarge": true,
"status_bar_brighter": true,
"tab_size": 4,
"tabs_medium": true,
"theme": "Spacegray.sublime-theme",
"theme_asphalt_hide_sidebar_icons": true,
"theme_asphalt_show_dirty_tabs": true,
"theme_asphalt_sidebar_big": true,
"theme_asphalt_status_bar_brighter": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment