Skip to content

Instantly share code, notes, and snippets.

@sethlopezme
Last active August 29, 2015 14:02
Show Gist options
  • Save sethlopezme/72f45f983ddd55edd09d to your computer and use it in GitHub Desktop.
Save sethlopezme/72f45f983ddd55edd09d to your computer and use it in GitHub Desktop.
My Sublime Text 3 Plugins and Settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"command": "alignment",
"font_face": "Source Code Pro",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"scroll_past_end": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment