From: seungho Date: Fri, 17 Dec 2021 04:08:58 +0000 (+0900) Subject: Remove .clang-format file from toolkit/automated-tests X-Git-Tag: dali_2.1.4~11^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=04c29a99a09ec64773cf9c697e03bd1d4186342e;hp=-c Remove .clang-format file from toolkit/automated-tests Change-Id: Id90b45de110a60c6407e2994698be298aa55dae8 Signed-off-by: seungho --- 04c29a99a09ec64773cf9c697e03bd1d4186342e diff --git a/automated-tests/.clang-format b/automated-tests/.clang-format deleted file mode 100644 index 297ddc2..0000000 --- a/automated-tests/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ ---- -Language: Cpp -DisableFormat: true -SortIncludes: false -...