| 0:7ec1cfe19a24 | 1:a4137aedcb3a |
|---|---|
| 1 --- | |
| 2 BasedOnStyle: LLVM | |
| 3 IndentWidth: 4 | |
| 4 ColumnLimit: 98 | |
| 5 --- | |
| 6 Language: Cpp | |
| 7 # Force pointers to the type for C++. | |
| 8 DerivePointerAlignment: false | |
| 9 PointerAlignment: Left | |
| 10 NamespaceIndentation: All | |
| 11 AllowShortIfStatementsOnASingleLine: false | |
| 12 AllowShortLoopsOnASingleLine: false | |
| 13 AllowShortBlocksOnASingleLine: Never | |
| 14 AllowShortFunctionsOnASingleLine: None | |
| 15 --- |