Skip to content

Instantly share code, notes, and snippets.

@rockdrigo
Last active July 12, 2019 19:59
Show Gist options
  • Save rockdrigo/0ffa5b89af049ee42adb to your computer and use it in GitHub Desktop.
Save rockdrigo/0ffa5b89af049ee42adb to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"font_size": 12,
"bold_folder_labels": true,
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"remember_full_screen": true,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Afterglow-orange.sublime-theme",
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_spaces_on_save": true,
"sidebar_size_13": true,
"tabs_medium": true,
"sidebar_row_padding_medium": true,
"status_bar_brighter": true,
"color_inactive_tabs": true,
"tabs_padding_medium": true,
"tabs_label_not_italic": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment