summaryrefslogtreecommitdiff
path: root/icu4c/source/.clang-format
blob: 83cbf646a43de1d4b1b43642267ad4364cf6da53 (plain)
1
2
3
4
5
6
7
8
9
10
11
# © 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 
...