Skip to content

Instantly share code, notes, and snippets.

@abdalla
Created May 5, 2017 13:24
Show Gist options
  • Save abdalla/3142ce9125daf3af2c45af442010eed0 to your computer and use it in GitHub Desktop.
Save abdalla/3142ce9125daf3af2c45af442010eed0 to your computer and use it in GitHub Desktop.
Abdalla-Sublime-Settings
{
"bold_folder_labels": false,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "smooth",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"font_face": "Courier New",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"remember_full_screen": true,
"spell_check": false,
"match_brackets_angle": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"rulers":
[
80,
100,
120
],
"tab_size": 2,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"wrap_width": 120,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_complete_cycle": true,
"shift_tab_unindent": true,
"auto_find_in_selection": true,
"show_encoding": true,
"close_windows_when_empty": true,
"theme": "ayu-mirage.sublime-theme",
"theme_accent_tangerine": true,
"theme_autocomplete_item_selected_colored": true,
"theme_bar_margin_top_sm": true,
"theme_dropdown_atomized": false,
"theme_find_panel_close_hidden": true,
"theme_icon_button_highlighted": true,
"theme_panel_switcher_atomized": true,
"theme_quick_panel_item_selected_colored": true,
"theme_quick_panel_size_md": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_folder_atomized": true,
"theme_statusbar_size_md": true,
"theme_tab_close_always_visible": true,
"theme_tab_selected_overlined": true,
"theme_tab_size_md": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment