Skip to content

Instantly share code, notes, and snippets.

@chitacan
Created November 25, 2012 13:33
Show Gist options
  • Save chitacan/4143515 to your computer and use it in GitHub Desktop.
Save chitacan/4143515 to your computer and use it in GitHub Desktop.
json:settings for sublime text
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_white_space": "all",
"font_face": "DejaVu Sans Mono",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
],
"rulers":
[
80
],
"scroll_past_end": true,
"theme": "Soda Dark.sublime-theme",
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment