From bce28b17a282cde5a635797bbbd13dc2634c1881 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Thu, 23 Jan 2025 18:25:56 +0900 Subject: [PATCH] [ann-ref] Remove .FORMATDENY file (#14584) This commit removes .FORMATDENY file and replaces it to .clang-format's DisableFormat. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- compiler/ann-ref/.FORMATDENY | 0 compiler/ann-ref/.clang-format | 1 + 2 files changed, 1 insertion(+) delete mode 100644 compiler/ann-ref/.FORMATDENY create mode 100644 compiler/ann-ref/.clang-format diff --git a/compiler/ann-ref/.FORMATDENY b/compiler/ann-ref/.FORMATDENY deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/compiler/ann-ref/.clang-format b/compiler/ann-ref/.clang-format new file mode 100644 index 00000000000..e3845288a2a --- /dev/null +++ b/compiler/ann-ref/.clang-format @@ -0,0 +1 @@ +DisableFormat: true