Fix clang-format-11 brace wrapping rule 03/310603/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 2 May 2024 11:53:10 +0000 (20:53 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 2 May 2024 11:53:10 +0000 (20:53 +0900)
commitba835fcfffc0fa0bf3d5b94a9e1220e8d2f5c3ad
tree99a6c8781bbd22a7ec79516de8a3679dc9fccaf3
parente36997a4251705bc378ae96f5624a44611892b96
Fix clang-format-11 brace wrapping rule

There was some error when we try to execute clang-format-11 for csharp-binder.

if
{
  // blabla
} else
{
  // bla bla
}

This rule was not matched with dali coding style guide.

Let we change error value for clang-format file.

Note : Since we dont want to tab for extern cases, we need to use Custom,
instead of Allman.

Change-Id: I29127a7dc8fc0d75287f2f67ee4baf1e5673e907
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
.clang-format