[Lldb-commits] [PATCH] D15562: Add AccessModifierOffset to clang-format style
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 17 01:22:46 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL255882: Add AccessModifierOffset to clang-format style (authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D15562?vs=42988&id=43106#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15562
Files:
lldb/trunk/.clang-format
Index: lldb/trunk/.clang-format
===================================================================
--- lldb/trunk/.clang-format
+++ lldb/trunk/.clang-format
@@ -6,3 +6,4 @@
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true
+AccessModifierOffset: -4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15562.43106.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151217/4051496b/attachment.bin>
More information about the lldb-commits
mailing list