Skip to content

Instantly share code, notes, and snippets.

@smashedlife
Last active December 11, 2015 16:09
Show Gist options
  • Save smashedlife/4625947 to your computer and use it in GitHub Desktop.
Save smashedlife/4625947 to your computer and use it in GitHub Desktop.
Sublime Text Editor User Preferences
{
"bold_folder_labels": true,
"caret_style": "wide_caret",
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*._*",
"*.sassc"
],
"font-face": "Menlo",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment