|
|
|
|
|
by remysharp
5086 days ago
|
|
It's a setting in CodeMirror which jsbin and jsfiddle both make use of. However, if you open the devtools console in your browser, and run: `jsbin.settings.editor.smartIndent = false` it'll disable the indenting. The setting is sticky, so you it should remain whilst the data is stored against the browser. |
|