2 changed files with 8 additions and 6 deletions
@ -1,10 +1,11 @@
|
||||
{ |
||||
BasedOnStyle: webkit, |
||||
AlignTrailingComments: true, |
||||
AllowShortBlocksOnASingleLine: true, |
||||
AllowShortFunctionsOnASingleLine: None, |
||||
PointerAlignment: Right, |
||||
AlignConsecutiveAssignments: true, |
||||
BasedOnStyle: webkit, |
||||
AlignTrailingComments: true, |
||||
AllowShortBlocksOnASingleLine: true, |
||||
AllowShortFunctionsOnASingleLine: None, |
||||
PointerAlignment: Right, |
||||
AlignConsecutiveAssignments: true, |
||||
TabWidth: 4, |
||||
UseTab: ForIndentation, |
||||
SortIncludes: false, |
||||
} |
||||
|
||||
Loading…
Reference in new issue