a shy attempt to obey width in the beautifier; added bracketize option to always print brackets around if/do/while/for statements; export more options via the CLI
This commit is contained in:
@@ -64,7 +64,7 @@ function Compressor(options, false_by_default) {
|
||||
cascade : !false_by_default,
|
||||
|
||||
warnings : true
|
||||
});
|
||||
}, true);
|
||||
};
|
||||
|
||||
Compressor.prototype = new TreeTransformer;
|
||||
|
||||
Reference in New Issue
Block a user