Skip to content

Instantly share code, notes, and snippets.

@Arc0re
Created August 7, 2015 23:55
Show Gist options
  • Save Arc0re/c12d0ec1f28d26af68b8 to your computer and use it in GitHub Desktop.
Save Arc0re/c12d0ec1f28d26af68b8 to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"caret_style": "phase",
"color_scheme": "Packages/Predawn Twilight Theme/Predawn Twilight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"margin": 20,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_past_end": false,
"scroll_speed": 1.9,
"theme": "Soda Dark.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