Skip to content

Instantly share code, notes, and snippets.

@jimjam88
Last active December 28, 2015 05:59
Show Gist options
  • Save jimjam88/7454111 to your computer and use it in GitHub Desktop.
Save jimjam88/7454111 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Preferences Overrides
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [],
"margin": 0,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"scroll_speed": 10.0,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment