Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Created February 3, 2016 19:20
Show Gist options
  • Select an option

  • Save angrytoast/7c386ffe6392c85944eb to your computer and use it in GitHub Desktop.

Select an option

Save angrytoast/7c386ffe6392c85944eb to your computer and use it in GitHub Desktop.
{
"alignment_chars":
[
"=",
":"
],
"alignment_space_chars":
[
"=",
":"
],
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.scssc",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_options": "subpixel_antialias",
"highlight_line": true,
"ignored_packages":
[
"GitGutter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"origami_auto_close_empty_panes": true,
"rulers":
[
100
],
"scroll_speed": 3.0,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment