Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zillionart/5e4641d3cd391d08f6dd to your computer and use it in GitHub Desktop.
Save zillionart/5e4641d3cd391d08f6dd to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night-Eighties.tmTheme",
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_face": "Menlo",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"scroll_past_end": false,
"scroll_speed": 5.0,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"trim_trailing_white_space_on_save": true,
"open_files_in_new_window": false,
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment