Skip to content

Instantly share code, notes, and snippets.

@tucq88
Last active August 29, 2015 14:01
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 tucq88/e22d180a83a4268e8b4f to your computer and use it in GitHub Desktop.
Save tucq88/e22d180a83a4268e8b4f to your computer and use it in GitHub Desktop.
Sublime Text 3 - My Preferences
{
"bold_folder_labels": true,
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"font_face": "Source Code Pro",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
100
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment