formatting and make events const
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
ColumnLimit: 100
|
||||
|
||||
# Pointer formatting
|
||||
DerivePointerAlignment: false
|
||||
@@ -16,5 +16,4 @@ AllowShortLoopsOnASingleLine: false
|
||||
SeparateDefinitionBlocks: Always
|
||||
|
||||
BreakBeforeBraces: Allman
|
||||
|
||||
Cpp11BracedListStyle: false
|
||||
Cpp11BracedListStyle: true
|
||||
|
||||
Reference in New Issue
Block a user