Skip to content

Instantly share code, notes, and snippets.

@minivan
Created January 10, 2014 16:08
Show Gist options
  • Select an option

  • Save minivan/8357140 to your computer and use it in GitHub Desktop.

Select an option

Save minivan/8357140 to your computer and use it in GitHub Desktop.
sublime config
{
"caret_style": "phase",
"check_for_rvm": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".svn",
".hg"
],
"font_face": "Inconsolata-g for Powerline",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"max_columns": 2,
"open_files_in_new_window": false,
"scroll_past_end": true,
"scroll_speed": 2,
"tab_size": 2,
"theme": "Centurion Blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment