Skip to content

Instantly share code, notes, and snippets.

@robertsosinski
Last active October 6, 2015 15:27
Show Gist options
  • Save robertsosinski/3014067 to your computer and use it in GitHub Desktop.
Save robertsosinski/3014067 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings - User
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Github.tmTheme",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Light.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