Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created January 1, 2014 19:47
Show Gist options
  • Save skvggor/8210887 to your computer and use it in GitHub Desktop.
Save skvggor/8210887 to your computer and use it in GitHub Desktop.
sublime text 3
{
"caret_style": "smooth",
"color_scheme": "Packages/Dayle Rees Color Schemes/LastNight.tmTheme",
"draw_white_space": "all",
"fold_buttons": false,
"font_face": "Envy Code R",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 0,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment