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