Skip to content

Instantly share code, notes, and snippets.

@lucassmagal
Created October 30, 2012 14:11
Show Gist options
  • Save lucassmagal/3980381 to your computer and use it in GitHub Desktop.
Save lucassmagal/3980381 to your computer and use it in GitHub Desktop.
Sublime text user settings
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
79,
72
],
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment