Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Last active December 11, 2015 04:18
Show Gist options
  • Save iturgeon/4543686 to your computer and use it in GitHub Desktop.
Save iturgeon/4543686 to your computer and use it in GitHub Desktop.
Normal Sublime text user settings
// Normal
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_white_space": "all",
"font_face": "ProFontX",
"font_options":
[
"no_antialias"
],
"font_size": 9.0,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel",
"KeymapManager"
],
"word_wrap": true
}
// Presentations
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 13.0,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel",
"KeymapManager"
],
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment