git-subtree-dir: bootstrap/cxx git-subtree-mainline:b732e418cb
git-subtree-split:7c1a929e9a
11 lines
266 B
YAML
11 lines
266 B
YAML
# © 2020 and later: Unicode, Inc. and others.
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
|
|
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 105
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
...
|