Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Created December 5, 2017 06:05
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 zymr-keshav/bd42b2360f50c5b6982eb43e4cae2423 to your computer and use it in GitHub Desktop.
Save zymr-keshav/bd42b2360f50c5b6982eb43e4cae2423 to your computer and use it in GitHub Desktop.
sublime prefrences custom settings
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"AngularJS",
"Markdown",
"React ES6 Snippets",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
210
],
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Boxy Tomorrow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment