Skip to content

Instantly share code, notes, and snippets.

@jackperry
Created July 25, 2013 23:34
Show Gist options
  • Save jackperry/6084768 to your computer and use it in GitHub Desktop.
Save jackperry/6084768 to your computer and use it in GitHub Desktop.
sublime user settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Tomorrow/Tomorrow-Night.tmTheme",
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
72,
79
],
"soda_folder_icons": false,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment