Skip to content

Instantly share code, notes, and snippets.

@xhacker
Created September 9, 2014 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xhacker/f5f8d4ee52576a6249f2 to your computer and use it in GitHub Desktop.
Save xhacker/f5f8d4ee52576a6249f2 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/peacock.tmTheme",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"MarkdownEditing",
"Markdown",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"spell_check": false,
"tab_size": 4,
"theme": "El Capitan.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment