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