From 18e4a4c48a1434fdf85d1022212c5fa8b9b26db1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:09:59 +0200 Subject: ClangFormat: add configuration files Prepare for applying clang-format, see: T53211 --- extern/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 extern/.clang-format (limited to 'extern/.clang-format') diff --git a/extern/.clang-format b/extern/.clang-format new file mode 100644 index 00000000000..9d159247d51 --- /dev/null +++ b/extern/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false -- cgit v1.2.3