Use left pointer alignment in .clang-format
This commit is contained in:
3
.clang-format
Normal file → Executable file
3
.clang-format
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
AccessModifierOffset: '-4'
|
AccessModifierOffset: '-4'
|
||||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
AllowShortIfStatementsOnASingleLine: Never
|
||||||
@@ -8,5 +8,6 @@ BreakBeforeBraces: Allman
|
|||||||
ColumnLimit: '100'
|
ColumnLimit: '100'
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||||
IndentWidth: '4'
|
IndentWidth: '4'
|
||||||
|
PointerAlignment: Left
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user