Skip to content

Instantly share code, notes, and snippets.

@enajski
Created June 17, 2014 12:55
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 enajski/d0fc4e1ff7bca6e20baf to your computer and use it in GitHub Desktop.
Save enajski/d0fc4e1ff7bca6e20baf to your computer and use it in GitHub Desktop.
Sublime Text 3 user config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Espresso Libre.tmTheme",
"font_face": "Menlo",
"font_size": 19,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel"
],
"scroll_past_end": true,
"tab_size": 2,
"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