Skip to content

Instantly share code, notes, and snippets.

@erkattak
Last active December 30, 2015 12:39
Show Gist options
  • Save erkattak/7830243 to your computer and use it in GitHub Desktop.
Save erkattak/7830243 to your computer and use it in GitHub Desktop.
{
"animation_enabled": false,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro for Powerline",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options": ["draw_active"],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_related_patterns":
[
[
"*/app/*.rb",
"*/lib/*.rb",
"*/spec/*_spec.rb"
],
[
"*/spec/controllers/*s_controller.rb",
"*/spec/controllers/*s_controller_spec.rb",
"*/spec/requests/*s_spec.rb",
"*/spec/*_spec.rb"
]
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Centurion Blue.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"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