{ // General Editing Configuration "trim_trailing_white_space": true, "trim_trailing_white_space_on_save": true, "ensure_newline_at_eof": true, "ensure_newline_at_eof_on_save": true, "scroll_past_end": true, "tab_size": 2, "translate_tabs_to_spaces": true, // Exclude these patterns from Command+P/T "folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", ".bundle", ".rdb", "bin" ], // Font Appearance "font_face": "Source Code Pro", "font_size": 13.0, // Color Scheme "color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night.tmTheme", // Window theme "theme": "Phoenix Dark.sublime-theme", "phoenix_color_expanded_folder": true, "phoenix_color_blue": 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 }