Skip to content

Instantly share code, notes, and snippets.

@acidsound
Forked from anonymous/jsbinConfig_acidsound.js
Created March 26, 2013 11:13
Show Gist options
  • Save acidsound/5244649 to your computer and use it in GitHub Desktop.
Save acidsound/5244649 to your computer and use it in GitHub Desktop.
jsbin 설정 파일 사용 방법 http://jsbin.com?api=http://goo.gl/f9ZGm
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