Skip to content

Instantly share code, notes, and snippets.

@getsetbro
Created December 5, 2013 18:14
Show Gist options
  • Save getsetbro/7810414 to your computer and use it in GitHub Desktop.
Save getsetbro/7810414 to your computer and use it in GitHub Desktop.
a settings file for jsbin
settings = {
jshint: true,
editor: {
indentUnit: 4,
smartIndent: true,
tabSize: 4,
indentWithTabs: true,
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