Skip to content

Instantly share code, notes, and snippets.

@tomrishworth
Last active August 4, 2016 20:53
Show Gist options
  • Save tomrishworth/c1719ba3d1ba2ecd09b19ba2a1449ca7 to your computer and use it in GitHub Desktop.
Save tomrishworth/c1719ba3d1ba2ecd09b19ba2a1449ca7 to your computer and use it in GitHub Desktop.
My sublime preferences
{
"always_show_minimap_viewport": true,
"auto_complete_delay": 0,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_find_in_selection": true,
"binary_file_patterns":
[
".sass-cache/*"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "Operator Mono Book",
"font_options":
[
"no_round"
],
"font_size": 17,
"hayaku_user_aliases":
{
"b": "background",
"br": "border-radius",
"r": "right",
"z": "z-index"
},
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"preview_on_click": false,
"show_full_path": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment