We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d636b commit c193d00Copy full SHA for c193d00
1 file changed
filebrowser.js
@@ -3294,12 +3294,12 @@ function setupEditor() {
3294
"space_before_conditional": true,
3295
"unescape_strings": false,
3296
"jslint_happy": false,
3297
- "end_with_newline": false, // @@ true
+ "end_with_newline": false,
3298
"wrap_line_length": "0",
3299
"indent_inner_html": false,
3300
"comma_first": false,
3301
"e4x": false,
3302
- "indent_empty_lines": false // @@ true
+ "indent_empty_lines": true // @@
3303
};
3304
3305
0 commit comments