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'
|
||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
@@ -8,5 +8,6 @@ BreakBeforeBraces: Allman
|
||||
ColumnLimit: '100'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||
IndentWidth: '4'
|
||||
PointerAlignment: Left
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user