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