Skip to content

Instantly share code, notes, and snippets.

@estensland
Created October 29, 2019 13:57
Show Gist options
  • Save estensland/b7f65c7fe97d4b777d32f7bcd98c6c2c to your computer and use it in GitHub Desktop.
Save estensland/b7f65c7fe97d4b777d32f7bcd98c6c2c to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/real_pastels.sublime-theme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_size": 20,
"ignored_packages":
[
"Colorsublime",
"Colorsublime - Themes",
"Vintage"
],
"rulers":
[
80,
110
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"binary_file_patterns": ["*/coverage/*", "*/public/*", "*/tmp/*", "*/log/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment