Skip to content

Instantly share code, notes, and snippets.

@AlexVKO
Created December 27, 2015 09:37
Show Gist options
  • Select an option

  • Save AlexVKO/bf94932048057d558b5d to your computer and use it in GitHub Desktop.

Select an option

Save AlexVKO/bf94932048057d558b5d to your computer and use it in GitHub Desktop.
sublime preferences
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0,
"bold_folder_labels": true,
"caret_extra_width": 0,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_centered": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"bower_components/*",
"dist/*",
"node_modules/*",
".svn",
".git",
".hg",
"CVS"
],
"folder_no_icon": true,
"font_size": 15,
"gpu_window_buffer": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"GitGutter",
"Github Tools",
"VintageLines"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
0,
80
],
"scroll_speed": 4.0,
"sidebar_row_padding_small": true,
"sidebar_size_12": true,
"spell_check": false,
"tab_size": 2,
"theme": "Afterglow-blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintage_lines.force_mode": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment