Skip to content

Instantly share code, notes, and snippets.

@davidleandro
Created April 1, 2014 13:37
Show Gist options
  • Select an option

  • Save davidleandro/838f5ec18df6b718050d to your computer and use it in GitHub Desktop.

Select an option

Save davidleandro/838f5ec18df6b718050d to your computer and use it in GitHub Desktop.
Side Bar.sublime-settings
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"cols":
[
0,
1
],
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.gz",
"*.jar",
"*.sassc",
"*.scssc",
"*.xap",
"*.zip",
".gitkeep",
"dump.rdb",
".rake_tasks~",
"*.o"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".cache",
"tmp/cache/*",
".bin",
".bundle",
".yardoc",
"coverage",
"log",
"tmp",
"build",
"pkg"
],
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"itg_sidebar_tree_large": true,
"itg_sidebar_tree_medium": true,
"itg_sidebar_tree_small": true,
"itg_sidebar_tree_xlarge": true,
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"itg_xsmall_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 0,
"preview_on_click": true,
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment