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