Skip to content

Instantly share code, notes, and snippets.

@jonobr1
Last active December 24, 2015 15:09
Show Gist options
  • Save jonobr1/6818496 to your computer and use it in GitHub Desktop.
Save jonobr1/6818496 to your computer and use it in GitHub Desktop.
Personal preferences when editing in Sublime Text.
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"All Autocomplete",
"SublimeLinter",
"Vintage"
],
"rulers":
[
80
],
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
@jonobr1
Copy link
Author

jonobr1 commented Oct 7, 2013

@jondashkyle, is this public: "Packages/Cargo/Cargo.tmtheme" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment