Skip to content

Instantly share code, notes, and snippets.

@dbarbar
Created January 30, 2013 06:19
Show Gist options
  • Save dbarbar/4671156 to your computer and use it in GitHub Desktop.
Save dbarbar/4671156 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"default_line_ending": "unix",
"draw_minimum_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 22,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80,
120
],
"show_full_path": true,
"show_tab_close_buttons": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment