Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Last active December 26, 2015 01:29
Show Gist options
  • Save bobdenotter/7071875 to your computer and use it in GitHub Desktop.
Save bobdenotter/7071875 to your computer and use it in GitHub Desktop.
Sublime settings
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"theme": "Afterglow.sublime-theme",
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_face": "Menlo",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"rulers":
[
80,
100,
120
],
"tab_size": 4,
"tabs_small": true,
"tabs_padding_small": true,
"sidebar_size_12": true,
"status_bar_brighter": true,
"color_inactive_tabs": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment