parent
33e13a1597
commit
63247eb686
@ -1,10 +1,20 @@
|
||||
---
|
||||
BasedOnStyle: Chromium
|
||||
BreakBeforeBraces: GNU
|
||||
CompactNamespaces: 'false'
|
||||
Cpp11BracedListStyle: 'true'
|
||||
FixNamespaceComments: 'true'
|
||||
Language: Cpp
|
||||
NamespaceIndentation: All
|
||||
ObjCBinPackProtocolList: Always
|
||||
SpaceInEmptyParentheses: 'false'
|
||||
SpacesInAngles: 'true'
|
||||
SpacesInCStyleCastParentheses: 'true'
|
||||
SpacesInContainerLiterals: 'true'
|
||||
SpacesInParentheses: 'true'
|
||||
SpacesInSquareBrackets: 'true'
|
||||
Standard: Cpp11
|
||||
TabWidth: '4'
|
||||
UseTab: Always
|
||||
|
||||
...
|
||||
|
Loading…
Reference in new issue