ICU-20963 Add .clang-format file to icu4c/source

See #1143
This commit is contained in:
younies 2020-06-27 07:26:28 +00:00 committed by Younies Mahmoud
parent bc864aeac6
commit 15747825bc

11
icu4c/source/.clang-format Executable file
View file

@ -0,0 +1,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
...