Skip to content

Instantly share code, notes, and snippets.

@Fishrock123
Created April 14, 2014 22:04
Show Gist options
  • Select an option

  • Save Fishrock123/10685971 to your computer and use it in GitHub Desktop.

Select an option

Save Fishrock123/10685971 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings. (14 / 04 / 2014)
{
"auto_complete_triggers":
[
{
"characters": "<."
}
],
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Hermit",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"BracketHighlighter",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_tags": true,
"rulers":
[
80
],
"spell_check": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment