Skip to content

Instantly share code, notes, and snippets.

@ryanahamilton
Last active December 9, 2015 21:39
Show Gist options
  • Save ryanahamilton/4332324 to your computer and use it in GitHub Desktop.
Save ryanahamilton/4332324 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"find_selected_text": true,
"bold_folder_labels": true,
"folder_exclude_patterns":
[
".git",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_size": 11.0,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"highlight_line": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment