[Bf-blender-cvs] [fb65e763261] temp-clang-format: Clang-format: Ignore extern/ harder

Sergey Sharybin noreply at git.blender.org
Tue Apr 16 16:40:40 CEST 2019


Commit: fb65e763261698c7d684e04483cf91d810d50dca
Author: Sergey Sharybin
Date:   Tue Apr 16 16:39:22 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rBfb65e763261698c7d684e04483cf91d810d50dca

Clang-format: Ignore extern/ harder

Not sure who is reading .clang-format-ignore, from the trace log the
clang-format itself does not use it. So disable auto-formatting in
the extern/ by giving a special .clang-format.

===================================================================

A	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



More information about the Bf-blender-cvs mailing list