From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- intl/icu/source/.clang-format | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 intl/icu/source/.clang-format (limited to 'intl/icu/source/.clang-format') diff --git a/intl/icu/source/.clang-format b/intl/icu/source/.clang-format new file mode 100644 index 0000000000..83cbf646a4 --- /dev/null +++ b/intl/icu/source/.clang-format @@ -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 +... -- cgit v1.2.3