Skip to content

Instantly share code, notes, and snippets.

@davidsth
Last active August 29, 2015 14:01
Show Gist options
  • Save davidsth/3d1f47d1f5cfe06b41a1 to your computer and use it in GitHub Desktop.
Save davidsth/3d1f47d1f5cfe06b41a1 to your computer and use it in GitHub Desktop.
sublime config
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "monaco",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"shift_tab_unindent": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment