Skip to content

Instantly share code, notes, and snippets.

@dungvtdev
Created August 27, 2016 04:52
Show Gist options
  • Save dungvtdev/1683256e002d98085a34bb1742c005fb to your computer and use it in GitHub Desktop.
Save dungvtdev/1683256e002d98085a34bb1742c005fb to your computer and use it in GitHub Desktop.
my sublime text 3 user preferences setting
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"caret_extra_bottom": -1,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"fade_fold_buttons": false,
"font_face": "DejaVu Sans Mono",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"theme": "Boxy Yesterday.sublime-theme",
"theme_accent_sky": true,
"theme_button_rounded": true,
"theme_find_panel_close_hidden": true,
"theme_grid_border_size_lg": true,
"theme_icon_button_highlighted": true,
"theme_icons_atomized": true,
"theme_scrollbar_colored": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_tab_rounded": true,
"theme_tab_selected_prelined": true,
"theme_tab_separator": true,
"word-wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment