Skip to content

Instantly share code, notes, and snippets.

@farski
Created November 30, 2012 15:53
Show Gist options
  • Save farski/4176584 to your computer and use it in GitHub Desktop.
Save farski/4176584 to your computer and use it in GitHub Desktop.
Sublime Text 2 user settings
{
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Espresso Aqua.tmTheme",
"bold_folder_labels": true,
"create_window_at_startup": false,
"open_files_in_new_window": false,
"draw_white_space": "all",
"fade_fold_buttons": true,
"font_face": "SourceCodePro-Regular",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"caret_style": "phase",
"scroll_past_end": true,
"tab_size": 2,
"theme": "AppKit.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"fade_fold_buttons": false,
"move_to_limit_on_up_down": true,
"indent_guide_options": ["draw_active"],
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment