Skip to content

Instantly share code, notes, and snippets.

@krosti
Created August 21, 2014 14:41
Show Gist options
  • Save krosti/e3a8f342987f323153c5 to your computer and use it in GitHub Desktop.
Save krosti/e3a8f342987f323153c5 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Preferences
{
"bold_folder_labels": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"colored_folder_glyphs": true,
"font_options": "subpixel_antialias",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - Nil",
"Theme - Afterglow"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"sidebar_folders": true,
"sidebar_row_padding_medium": true,
"sidebar_size_12": true,
"tab_completion": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment