2018-05-08 15:17:45 +03:00
|
|
|
---
|
|
|
|
|
Language: Cpp
|
2022-06-24 19:25:48 +01:00
|
|
|
BasedOnStyle: Microsoft
|
|
|
|
|
|
|
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
|
BinPackArguments: false
|
|
|
|
|
BinPackParameters: false
|
2025-09-27 21:50:55 +01:00
|
|
|
BreakAfterReturnType: TopLevelDefinitions
|
|
|
|
|
BreakTemplateDeclarations: Yes
|
2018-05-08 15:17:45 +03:00
|
|
|
ColumnLimit: 100
|
2022-06-24 19:25:48 +01:00
|
|
|
IncludeBlocks: Regroup
|
|
|
|
|
IncludeCategories:
|
|
|
|
|
- Regex: '^(<|")ns3/'
|
|
|
|
|
Priority: 2
|
|
|
|
|
SortPriority: 0
|
|
|
|
|
- Regex: "^<"
|
|
|
|
|
Priority: 3
|
|
|
|
|
SortPriority: 0
|
|
|
|
|
- Regex: ".*"
|
|
|
|
|
Priority: 1
|
|
|
|
|
SortPriority: 0
|
2024-10-31 15:34:30 +00:00
|
|
|
InsertBraces: true
|
2025-09-27 21:56:48 +01:00
|
|
|
InsertNewlineAtEOF: true
|
2025-09-27 21:50:55 +01:00
|
|
|
KeepEmptyLines:
|
2025-09-27 21:56:48 +01:00
|
|
|
AtEndOfFile: false
|
2025-09-27 21:50:55 +01:00
|
|
|
AtStartOfBlock: false
|
2025-09-27 21:56:48 +01:00
|
|
|
AtStartOfFile: false
|
2025-09-27 21:50:55 +01:00
|
|
|
LineEnding: LF
|
2022-06-24 19:25:48 +01:00
|
|
|
PackConstructorInitializers: Never
|
|
|
|
|
PointerAlignment: Left
|
|
|
|
|
QualifierAlignment: Left
|
|
|
|
|
SeparateDefinitionBlocks: Always
|
2023-10-19 18:55:47 +01:00
|
|
|
Standard: "c++20"
|