summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2019-04-11 03:41:42 +0300
committerAnup Patel <anup@brainfault.org>2019-04-24 07:19:46 +0300
commit97fb8c0e3bcd4d7915ea35020e4d95999d389cd3 (patch)
treedaa07917bfafd7986df10eb0842c2aa69af2b7fb
parent1e43ce75ffbe1a107b2d8a1b2957747029446f7d (diff)
downloadopensbi-97fb8c0e3bcd4d7915ea35020e4d95999d389cd3.tar.xz
libfdt: don't try to clang-format
Add an empty clang-format to disable reformatting of imported code and make it easier to merge in upstream changes of that project over time. Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--platform/common/libfdt/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/common/libfdt/.clang-format b/platform/common/libfdt/.clang-format
new file mode 100644
index 0000000..e384528
--- /dev/null
+++ b/platform/common/libfdt/.clang-format
@@ -0,0 +1 @@
+DisableFormat: true