Skip to content

Instantly share code, notes, and snippets.

@hypomodern
Last active September 25, 2015 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypomodern/854896 to your computer and use it in GitHub Desktop.
Save hypomodern/854896 to your computer and use it in GitHub Desktop.
My preferred SublimeText2 User Prefs
[
{ "keys": ["super+backquote"], "command": "auto_complete" }
]
{
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"font_face": "Inconsolata",
"font_size": 17,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Origami"
],
"rulers":
[
96
],
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 96
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment