Skip to content

Instantly share code, notes, and snippets.

@alexburner
Created September 5, 2017 01:14
Show Gist options
  • Save alexburner/62591b70451474d23db345ac555127d3 to your computer and use it in GitHub Desktop.
Save alexburner/62591b70451474d23db345ac555127d3 to your computer and use it in GitHub Desktop.
Home sublime text 3 settings (Sep 4 2017)
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": false,
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"oceanicnext_sidebar_font_small": true,
"oceanicnext_sidebar_tree_small": true,
"oceanicnext_tabs_font_small": true,
"oceanicnext_tabs_small": true,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Oceanic Next.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"typescript_tsdk": "./node_modules/typescript/lib",
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment