Skip to content

Instantly share code, notes, and snippets.

@matiasvad
Created August 21, 2013 18:16
Show Gist options
  • Save matiasvad/6298003 to your computer and use it in GitHub Desktop.
Save matiasvad/6298003 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"caret_style": "wide",
"highlight_line": true,
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"font_size": 10.0,
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 4,
"use_tab_stops": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"scroll_past_end": true,
"match_brackets": true,
"match_tags": true,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment