1# © 2020 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3
4---
5Language: Cpp
6BasedOnStyle: LLVM
7IndentWidth: 4
8ColumnLimit: 105
9AllowShortBlocksOnASingleLine: false
10AllowShortIfStatementsOnASingleLine: true
11...
12