Skip to content

Instantly share code, notes, and snippets.

@luugiathuy
Created March 3, 2016 01:45
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 luugiathuy/7e00982e7fe2af50de8f to your computer and use it in GitHub Desktop.
Save luugiathuy/7e00982e7fe2af50de8f to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"ensure_newline_at_eof_on_save": false,
"font_face": "Inconsolata-dz for PowerLine",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"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,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"trim_automatic_white_space": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment