Skip to content

Instantly share code, notes, and snippets.

@silasrm
Created April 20, 2013 22:11
Show Gist options
  • Save silasrm/5427625 to your computer and use it in GitHub Desktop.
Save silasrm/5427625 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab ": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"font_face": "Source Code Pro",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Phpcs"
],
"indent_guide_options":
[
"draw_active"
],
"open_files_in_new_window": false,
"preview_on_click": false,
"rulers":
[
128
],
"tab_size": 4,
"theme": "Nexus.sublime-theme",
"todo":
{
"file_exclude_patterns":
[
"*.css",
"*.po",
"*.mo"
],
"folder_exclude_patterns":
[
"static",
"vendor",
"tmp",
"library",
"ckeditor",
"jquery-ui-1.9.0.custom",
"jquery-ui"
],
"patterns":
{
"TODO": "TODO[\\s:]+(?P<todo>.*)$"
}
},
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment