Skip to content

Instantly share code, notes, and snippets.

@mauricioschneider
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricioschneider/9513507 to your computer and use it in GitHub Desktop.
Save mauricioschneider/9513507 to your computer and use it in GitHub Desktop.
Sublime configuration.
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_style": "solid",
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
//"color_scheme": "Packages/Colorsublime/Tomorrow_Night_Bright.tmTheme",
//"theme": "Phoenix Dark.sublime-theme",
"create_window_at_startup": false,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
".gitignore",
".gitmodules",
".gitkeep"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".svn",
".sass-cache",
"tmp",
".idea"
],
"font_face": "Monaco",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_orange": true,
"phoenix_eighties": true,
"phoenix_tabs_small": true,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment