Skip to content

Instantly share code, notes, and snippets.

@lastobelus
Created November 25, 2013 01:25
Show Gist options
  • Save lastobelus/7634859 to your computer and use it in GitHub Desktop.
Save lastobelus/7634859 to your computer and use it in GitHub Desktop.
jsbin custom settings
settings = {
jshint: true,
editor: {
theme: "blackboard",
indentUnit: 2,
smartIndent: true,
tabSize: 2,
indentWithTabs: false,
autoClearEmptyLines: true,
lineWrapping: true,
lineNumbers: true,
matchBrackets: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment