Skip to content

Instantly share code, notes, and snippets.

@itsecurityco
Created May 31, 2015 05:48
Show Gist options
  • Save itsecurityco/0718e879658de1371d89 to your computer and use it in GitHub Desktop.
Save itsecurityco/0718e879658de1371d89 to your computer and use it in GitHub Desktop.
My sublime settings
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"enable_tab_scrolling": false,
"font_size": 14,
"ignored_packages": [],
"spacegray_sidebar_font_xlarge": true,
"spacegray_sidebar_tree_xlarge": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_xlarge": true,
"theme": "Spacegray.sublime-theme",
"line_padding_top": 5,
"line_padding_bottom": 5,
"translate_tabs_to_spaces": true,
"gutter": true,
"line_numbers": false,
"word_wrap": false,
"ensure_newline_at_eof_on_save": true,
"show_full_path": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment