Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-17 07:09:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:11:16 +0300
commit18e4a4c48a1434fdf85d1022212c5fa8b9b26db1 (patch)
treed4c000e245186de8947e8f94c922ce91f8306ade /extern
parent53e3fcdce49a731902a8dabac96ccfaba45d3ff6 (diff)
ClangFormat: add configuration files
Prepare for applying clang-format, see: T53211
Diffstat (limited to 'extern')
-rw-r--r--extern/.clang-format2
1 files changed, 2 insertions, 0 deletions
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