From 0d674319ca1b79307dcce36a813e62a01f43518b Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Wed, 8 Jan 2025 11:06:53 +0100 Subject: [PATCH] Revert "Enforce new line at the end by clang-format" This reverts commit 048daeb92548b32603cb304d390b7c5045777a50. Signed-off-by: Emil Ohlsson --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 116ba870..ad913784 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: Copyright 2024-2025 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -15,5 +15,4 @@ AllowShortFunctionsOnASingleLine: None BreakConstructorInitializers: AfterColon DerivePointerAlignment: false IndentWidth: 4 -InsertNewlineAtEOF: true PointerAlignment: Left -- GitLab