Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Last active August 29, 2015 14:14
Show Gist options
  • Save bittersweetryan/b029169725f47230c802 to your computer and use it in GitHub Desktop.
Save bittersweetryan/b029169725f47230c802 to your computer and use it in GitHub Desktop.
jsbin settings
jsbin.settings.editor.theme = "solarized light";
jsbin.settings.editor.indentUnit = 4;
jsbin.settings.editor.smartIndent = true;
jsbin.settings.editor.tabSize = 4;
jsbin.settings.editor.indentWithTabs = false;
jsbin.settings.editor.autoClearEmptyLines = false;
jsbin.settings.editor.lineWrapping = false;
jsbin.settings.editor.lineNumbers = true;
jsbin.settings.editor.matchBrackets = true;
@bittersweetryan
Copy link
Author

Just copy and paste these in your console when on jsbin.com

@benlesh
Copy link

benlesh commented May 21, 2015

Doesn't work... jsbin.settings is undefined. Maybe you need pro?

@bittersweetryan
Copy link
Author

I just ran into this, I wonder if a recent change broke this. Heres Remy talking about modifying the jsbin.settings.editor properties http://jsbin.tumblr.com/post/30025396843/how-to-customise-the-editor-panels-since-js-bin

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