Skip to content

Instantly share code, notes, and snippets.

@alokstha1
Last active November 12, 2018 06:35
Show Gist options
  • Save alokstha1/e417e733f6c49f6ffcff821a7129f27c to your computer and use it in GitHub Desktop.
Save alokstha1/e417e733f6c49f6ffcff821a7129f27c to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"enable_tab_scrolling": false,
"font_face": "Ubuntu Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment