wallace updated this revision to Diff 553804. Repository: rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158958/new/ https://reviews.llvm.org/D158958 Files: lldb/source/Core/CoreProperties.td Index: lldb/source/Core/CoreProperties.td =================================================================== --- lldb/source/Core/CoreProperties.td +++ lldb/source/Core/CoreProperties.td @@ -173,8 +173,8 @@ Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only supported in the REPL (default: true).">; def TabSize: Property<"tab-size", "UInt64">, Global, - DefaultUnsignedValue<4>, - Desc<"The tab size to use when indenting code in multi-line input mode (default: 4).">; + DefaultUnsignedValue<2>, + Desc<"The tab size to use when indenting code in multi-line input mode (default: 2).">; def EscapeNonPrintables: Property<"escape-non-printables", "Boolean">, Global, DefaultTrue,
Index: lldb/source/Core/CoreProperties.td =================================================================== --- lldb/source/Core/CoreProperties.td +++ lldb/source/Core/CoreProperties.td @@ -173,8 +173,8 @@ Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only supported in the REPL (default: true).">; def TabSize: Property<"tab-size", "UInt64">, Global, - DefaultUnsignedValue<4>, - Desc<"The tab size to use when indenting code in multi-line input mode (default: 4).">; + DefaultUnsignedValue<2>, + Desc<"The tab size to use when indenting code in multi-line input mode (default: 2).">; def EscapeNonPrintables: Property<"escape-non-printables", "Boolean">, Global, DefaultTrue,
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits