Index: scripts/abprewrite.js |
=================================================================== |
--- a/scripts/abprewrite.js |
+++ b/scripts/abprewrite.js |
@@ -10,17 +10,17 @@ let headerPrinted = false; |
// AST structure. |
let options = { |
filename: null, |
module: false, |
varIndex: 0, |
indent_size: 2, |
preserve_newlines: false, |
- brace_style: "expand-strict", |
+ brace_style: "expand", |
source_repo: "" |
}; |
let global = this; |
function Literal(value) |
{ |
return { |
type: "Literal", |