Skip to content

Instantly share code, notes, and snippets.

@sto3psl
Last active January 19, 2016 12:34
Show Gist options
  • Save sto3psl/84482777a12ad0b70799 to your computer and use it in GitHub Desktop.
Save sto3psl/84482777a12ad0b70799 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai Neue/Monokai-Neue.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes",
"android*",
"apple-touch*",
"favicon-*"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
"node_modules",
"bower_components"
],
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 14.0,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"match_brackets": true,
"match_brackets_angle": true,
"predawn_tabs_small": true,
"remember_open_files": false,
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment