Skip to content

Instantly share code, notes, and snippets.

@miketahani
Created February 18, 2015 05:37
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 miketahani/dc94764efa456405c9bc to your computer and use it in GitHub Desktop.
Save miketahani/dc94764efa456405c9bc to your computer and use it in GitHub Desktop.
ST3 user settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 0,
"caret_style": "blink",
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "inconsolata-g",
"font_size": 7.5,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"match_brackets_angle": true,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment