Skip to content

Instantly share code, notes, and snippets.

@werm
Last active December 12, 2015 00:19
Show Gist options
  • Save werm/4683234 to your computer and use it in GitHub Desktop.
Save werm/4683234 to your computer and use it in GitHub Desktop.
My JSBin settings.
settings = {
jshint: true,
editor: {
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