Skip to content

Instantly share code, notes, and snippets.

@eperedo
Created October 24, 2015 13:01
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 eperedo/8bcc8875ecccbb38ec30 to your computer and use it in GitHub Desktop.
Save eperedo/8bcc8875ecccbb38ec30 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config
{
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 1,
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"default_line_ending": "unix",
"folder_exclude_patterns":
[
".idea",
"node_modules",
".git",
"bower_components"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Default.sublime-theme",
"default_line_ending": "unix"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment