Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen

This commit is contained in:
Hubert B Manilla
2013-12-24 15:32:55 +01:00
parent 132d89ec3f
commit e5a569a1a0
14 changed files with 360 additions and 2 deletions

View File

@@ -2185,6 +2185,7 @@ let Prefs = new ViewHelpers.Prefs("devtools", {
ignoreCaughtExceptions: ["Bool", "debugger.ignore-caught-exceptions"],
sourceMapsEnabled: ["Bool", "debugger.source-maps-enabled"],
prettyPrintEnabled: ["Bool", "debugger.pretty-print-enabled"],
autoPrettyPrint: ["Bool", "debugger.auto-pretty-print"],
tracerEnabled: ["Bool", "debugger.tracer"],
editorTabSize: ["Int", "editor.tabsize"]
});