Skip to content

Instantly share code, notes, and snippets.

@JustSnow
Created October 2, 2014 07:00
Show Gist options
  • Save JustSnow/c3330fc9fa8579495c4b to your computer and use it in GitHub Desktop.
Save JustSnow/c3330fc9fa8579495c4b to your computer and use it in GitHub Desktop.
SublimeText 3
{
"always_show_minimap_viewport": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"app/public/uploads/*",
"coverage/*",
"tmp/*",
"log/*",
"db/structure.sql"
],
"margin": 2,
"match_brackets_angle": true,
"minimap_scroll_to_clicked_text": true,
"rulers":
[
80
],
"scroll_past_end": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment