Skip to content

Instantly share code, notes, and snippets.

@mdamaceno
Created March 20, 2015 14:49
Show Gist options
  • Save mdamaceno/09be5312bf533c7938ec to your computer and use it in GitHub Desktop.
Save mdamaceno/09be5312bf533c7938ec to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete_selector": "text.html.erb, source - comment, meta.tag - punctuation.definition.tag.begin",
"bold_folder_labels": false,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Boron Color Scheme/Boron.tmTheme",
"detect_indentation": false,
"drawCentered": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": -1,
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"phoenix_color_green": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"phoenix_tabs_font_small": true,
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 0.5,
"shift_tab_unindent": true,
"show_full_path": true,
"sidebar_small": true,
"tabSize": "2",
"tab_completion": true,
"tab_size": 2,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trimTrailingWhiteSpaceOnSave": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment