Skip to content

Instantly share code, notes, and snippets.

@brettchalupa
Last active January 4, 2016 07:19
Show Gist options
  • Save brettchalupa/8588143 to your computer and use it in GitHub Desktop.
Save brettchalupa/8588143 to your computer and use it in GitHub Desktop.
My Sublime Text configuration.
{
"font_face": "Monaco",
"font_size": 14,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wrap_width": 80,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"draw_white_space": "all",
"show_encoding": true,
"show_line_endings": true,
"hot_exit": false,
"create_window_at_startup": false,
"close_windows_when_empty": true,
"remember_open_files": false,
"preview_on_click": false,
"auto_close_tags": false,
"auto_complete": false,
"ignored_packages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment