[all-commits] [llvm/llvm-project] 47aca7: [LLDB][REPL] Change the default tab size
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Mon Aug 28 14:47:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47aca7562abe8de378fdb88160ece9e3fcac24f4
https://github.com/llvm/llvm-project/commit/47aca7562abe8de378fdb88160ece9e3fcac24f4
Author: walter erquinigo <walter at modular.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M lldb/source/Core/CoreProperties.td
Log Message:
-----------
[LLDB][REPL] Change the default tab size
The REPL has a default tab size of 4 spaces, which seems to be a bit too much. The reason is that the REPL transforms tabs into spaces, and therefore whenever you want to manually deindent, you need to delete at least 4 characters. On the other hand, using 2 as default results in less keystrokes, without hurting readability.
More information about the All-commits
mailing list