Skip to content

Instantly share code, notes, and snippets.

@conchan
Created February 13, 2015 23:31
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 conchan/ca725f4a26a024154d08 to your computer and use it in GitHub Desktop.
Save conchan/ca725f4a26a024154d08 to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/LastNight.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"findreplace_small": true,
"font_size": 14,
"font_face": "Source Code Pro",
"font_options": ["no_round"],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_speed": 4.0,
"scroll_past_end": true,
"tabs_medium": true,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment