Skip to content

Instantly share code, notes, and snippets.

@octavioamu
Created January 15, 2015 18:11
Show Gist options
  • Save octavioamu/4c3feabaa12c950abdb0 to your computer and use it in GitHub Desktop.
Save octavioamu/4c3feabaa12c950abdb0 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"freesia_folder_icons": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Color Scheme - Default",
"Gutter Color",
"Diff"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"soda_classic_tabs": false,
"soda_folder_icons": true,
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment