Skip to content

Instantly share code, notes, and snippets.

@jakebresnehan
Last active October 9, 2015 00:08
Show Gist options
  • Save jakebresnehan/3409430 to your computer and use it in GitHub Desktop.
Save jakebresnehan/3409430 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "SourceCodePro-Regular",
"font_size": 14.0,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
"node_modules"
],
"highlight_line": true,
"match_brackets": true,
"match_brackets_angle": true,
"rulers":
[
80
],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 82
}
@jakebresnehan
Copy link
Author

@jakebresnehan
Copy link
Author

{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"_.pyc",
".__",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"node_modules"
],
"font_face": "SourceCodePro-Light",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translateTabsToSpaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 82
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment