Skip to content

Instantly share code, notes, and snippets.

@deletosh
Last active March 12, 2016 21:33
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 deletosh/f8cb00d084f54d0b888b to your computer and use it in GitHub Desktop.
Save deletosh/f8cb00d084f54d0b888b to your computer and use it in GitHub Desktop.
Dele's Sublime Text 3 Configurations
{
"added_words":
[
"Evernote",
"Evenote"
],
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"enable_live_count": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"PHPIntel",
"SCSS Expander",
"SublimeLinter-phplint",
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"spell_check": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Solarized Space Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment