[Lldb-commits] [PATCH] D158958: [LLDB][REPL] Change the default tab size
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 27 11:45:20 PDT 2023
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,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158958.553804.patch
Type: text/x-patch
Size: 764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230827/e5d961c2/attachment.bin>
More information about the lldb-commits
mailing list