Skip to content

Instantly share code, notes, and snippets.

@fffabs
Created December 20, 2013 17:26
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffabs/8058293 to your computer and use it in GitHub Desktop.
Save fffabs/8058293 to your computer and use it in GitHub Desktop.
SublimeText 3 User Preferences
{
//
// Fonts
"font_face": "Monaco",
"font_options":"subpixel_antialias",
"font_size": 11.0,
"bold_folder_labels":true,
"line_padding_bottom":1,
"line_padding_top":1,
"word_separators": "./\\()\"'-:,.;<>~!@$%^&*|+=[]{}`~?", // Remove '#'
"rulers": [72,79],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 4,
"tab_completion":false,
"draw_white_space": "all",
//
// Editor
"auto_complete": true,
"close_windows_when_empty": false,
"scroll_past_end":true,
"ignored_packages":"Vintage",
//
// Looks
"color_scheme": "Packages/User/Dracula.tmTheme",
"highlight_line": true,
"highlight_modified_tabs":true,
"itg_sidebar_tree_medium": true,
"itg_small_tabs": true,
"theme": "itg.flat.dark.sublime-theme",
}
@fffabs
Copy link
Author

fffabs commented Dec 20, 2013

Fork it and improve it!

Image Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment