From 97fb8c0e3bcd4d7915ea35020e4d95999d389cd3 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Wed, 10 Apr 2019 17:41:42 -0700 Subject: 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 --- platform/common/libfdt/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 platform/common/libfdt/.clang-format 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 -- cgit v1.2.3