Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olivierlacan/6026220 to your computer and use it in GitHub Desktop.
Save olivierlacan/6026220 to your computer and use it in GitHub Desktop.
Package user settings to user in order to have the ExportHtml Sublime Text 2 plugin use the current color scheme by default, not export line numbers, and not wrap.
{
"html_panel": [
// Browser print color (selections and multi-selections allowed)
{
"Browser Print - Color": {
"numbers": false,
"multi_select": true,
"style_gutter": false
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment