Skip to content

Instantly share code, notes, and snippets.

@fosterbrereton
Last active July 27, 2017 00:01
Show Gist options
  • Save fosterbrereton/7680342 to your computer and use it in GitHub Desktop.
Save fosterbrereton/7680342 to your computer and use it in GitHub Desktop.
SublimeText 3 Settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/cache/Colorsublime-Themes-master/themes/BBEdit.tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"detect_indentation": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": false,
"fold_buttons": false,
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"hot_exit": false,
"indent_to_bracket": true,
"indent_guide_options": ["draw_active"],
"match_brackets_angle": true,
"remember_open_files": false,
"rulers":
[
80,
100
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"smart_indent": false,
"soda_folder_icons": true,
"tab_completion": false,
"theme": "SoDaReloaded Light.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment