From 79689c5fefc8c37cc35e43f6e2bcc8402eb56707 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 16 Oct 2020 14:42:19 +0200 Subject: Clang format Change-Id: I2ebac7df9c4716be7fee10ce4cba350e40860ca2 --- kernel/.clang-format | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kernel/.clang-format (limited to 'kernel') diff --git a/kernel/.clang-format b/kernel/.clang-format new file mode 100644 index 0000000..e45a760 --- /dev/null +++ b/kernel/.clang-format @@ -0,0 +1,23 @@ +# +# Copyright (c) 2019-2020 Arm Limited. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the License); you may +# not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an AS IS BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +--- +Language: Cpp +SortIncludes: false +DisableFormat: true +--- -- cgit v1.2.1