improvements
This commit is contained in:
parent
41200459e5
commit
6868539069
16 changed files with 346 additions and 147 deletions
|
@ -1,12 +1,14 @@
|
|||
---
|
||||
Language: Cpp
|
||||
AlignConsecutiveAssignments: true
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
BasedOnStyle: Chromium
|
||||
IndentAccessModifiers: false
|
||||
IndentExternBlock: Indent
|
||||
Language: Cpp
|
||||
NamespaceIndentation: All
|
||||
SpaceBeforeCpp11BracedList: true
|
||||
SpacesBeforeTrailingComments: 1
|
||||
AlignConsecutiveAssignments: true
|
||||
IndentExternBlock: Indent
|
||||
|
||||
IncludeBlocks: Regroup
|
||||
IncludeCategories:
|
||||
- Regex: '".*"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue