Skip to content

Instantly share code, notes, and snippets.

@molowny
Created December 19, 2013 09:08
Show Gist options
  • Select an option

  • Save molowny/8036483 to your computer and use it in GitHub Desktop.

Select an option

Save molowny/8036483 to your computer and use it in GitHub Desktop.
sublime preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_minimap_border": true,
"find_selected_text": true,
"highlight_line": true,
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"rulers": [120],
"scroll_past_end": true,
"tab_size": 2,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".git", ".bundle", ".zeus.sock", ".sass-cache"],
"ignored_packages": ["Vintage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment