Skip to content

Instantly share code, notes, and snippets.

@pertrai1
Last active December 14, 2016 08:07
Show Gist options
  • Select an option

  • Save pertrai1/2373d4af4897f33105b922d62223b19c to your computer and use it in GitHub Desktop.

Select an option

Save pertrai1/2373d4af4897f33105b922d62223b19c to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"node_modules/",
"build/",
"tmp/",
"vendor",
"dist"
],
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Harper Color Scheme/Harper.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"keymaps":
{
"show_pretty_keys": true
},
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_content": true,
"match_brackets_square": true,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_line_endings": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment