Skip to content

Instantly share code, notes, and snippets.

@kennethlove
Created July 30, 2012 21:32
Show Gist options
  • Save kennethlove/3210454 to your computer and use it in GitHub Desktop.
Save kennethlove/3210454 to your computer and use it in GitHub Desktop.
SublimeText2 Settings
{
"bright_folder_labels": true,
"caret_style": "wide",
"close_windows_when_empty": false,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"create_window_at_startup": false,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
".DS_Store",
"*.db"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
"coverage"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"indent_guide_options": ["draw_active"],
"ignored_packages":
[
],
"match_brackets_angle": true,
"open_files_in_new_window": false,
"rulers":
[
72,
79
],
"scroll_past_end": true,
"scroll_speed": 0,
"shift_tab_unindent": true,
"sublimelinter_delay": 0.01,
"sublimelinter_fill_outlines": true,
"sublimelinter_gutter_marks": true,
"sublimelinter_popup_errors_on_save": true,
"tab_size": 4,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_whitespace_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment