Skip to content

Instantly share code, notes, and snippets.

@kenOfYugen
Last active June 1, 2017 19:14
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 kenOfYugen/a41753ac9b78bf90db3a0f3119ad4672 to your computer and use it in GitHub Desktop.
Save kenOfYugen/a41753ac9b78bf90db3a0f3119ad4672 to your computer and use it in GitHub Desktop.
Sublime 3 Settings
{
"args":
{
"show_sidebar": true
},
"bold_folder_labels": false,
"caption": "AutoSideBar: Toggle",
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"command": "auto_side_bar_toggle",
"drag_text": false,
"draw_centered": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 9,
"gutter": true,
"hide_sidebar_change_count_trigger": 1,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Addon",
"Hoare's",
"Quicksort",
"js",
"quicksort"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"save_on_focus_lost": true,
"sidebar_toggle_on_hover": true,
"spell_check": false,
"tab_completion": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment