Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angrytoast/58c43211d3b8841946f7 to your computer and use it in GitHub Desktop.
Save angrytoast/58c43211d3b8841946f7 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"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"color_scheme": "Packages/Base16 Color Schemes/base16-default.light.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"flatland_sidebar_tree_small": true,
"flatland_square_tabs": true,
"font_face": "Inconsolata",
"font_options": "subpixel_antialias",
"font_size": 12.0,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_syntax_quote_symbol": "'",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"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,
"origami_auto_close_empty_panes": true,
"rulers":
[
80
],
"shift_tab_unindent": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": 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