aboutsummaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-16 14:42:19 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-16 14:42:19 +0200
commit79689c5fefc8c37cc35e43f6e2bcc8402eb56707 (patch)
tree1f64fb48ba4b2734572f50784bb9e0f063e1244f /mailbox
parentd748336bf17ad9f4f52315294b9eb4ea5132095a (diff)
downloadethos-u-linux-driver-stack-79689c5fefc8c37cc35e43f6e2bcc8402eb56707.tar.gz
Clang format
Change-Id: I2ebac7df9c4716be7fee10ce4cba350e40860ca2
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/.clang-format23
1 files changed, 23 insertions, 0 deletions
diff --git a/mailbox/.clang-format b/mailbox/.clang-format
new file mode 100644
index 0000000..e45a760
--- /dev/null
+++ b/mailbox/.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
+---