Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2013 11:12
Show Gist options
  • Save anonymous/5244643 to your computer and use it in GitHub Desktop.
Save anonymous/5244643 to your computer and use it in GitHub Desktop.
jsbin용 설정 파일
settings = {
jshint: true,
editor: {
"lineNumbers":true,
"lineWrapping":true,
"tabSize":2,
"theme":"eclipse",
"indentUnit":2,
"indentWithTabs": true,
"smartIndent":true,
"autoClearEmptyLines": true,
"matchBrackets":true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment