Skip to content

Instantly share code, notes, and snippets.

@mauryaratan
Last active August 29, 2015 14: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 mauryaratan/96bf798fdf22fe9f8a03 to your computer and use it in GitHub Desktop.
Save mauryaratan/96bf798fdf22fe9f8a03 to your computer and use it in GitHub Desktop.
My Sublime Text settings.
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_Store",
"*config.codekit",
"*.git",
"*.sass-cache"
],
"folder_exclude_patterns":
[
"*.sass-cache",
"*.codekit-cache",
"*node_modules",
"*.git",
"*.svn"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"CSS3",
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"smart_indent": true,
"tab_size": 4,
"tabs_small": true,
"theme": "fox.dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment