Skip to content

Instantly share code, notes, and snippets.

@abams
Created August 18, 2014 18:13
Show Gist options
  • Save abams/9bf118cb40f5169045e4 to your computer and use it in GitHub Desktop.
Save abams/9bf118cb40f5169045e4 to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"folder_exclude_patterns":
[
"log",
"tmp"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 1,
"line_padding_top": 0,
"open_files_in_new_window": false,
"remember_open_files": true,
"rulers":
[
120
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 1200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment