Skip to content

Instantly share code, notes, and snippets.

@lucassch
Created March 30, 2015 20: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 lucassch/53d63934926141243dd7 to your computer and use it in GitHub Desktop.
Save lucassch/53d63934926141243dd7 to your computer and use it in GitHub Desktop.
User\Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_indentation": false,
"draw_indent_guides": true,
"draw_white_space": "selection",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "SoDaReloaded.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment