[Bf-blender-cvs] [415433e5ab6] temp-clang-format: Note that SortIncludes could be enabled later on.

Campbell Barton noreply at git.blender.org
Tue Jan 8 12:34:48 CET 2019


Commit: 415433e5ab691f9716f5cbf46281938e715124d3
Author: Campbell Barton
Date:   Tue Jan 8 14:57:17 2019 +1100
Branches: temp-clang-format
https://developer.blender.org/rB415433e5ab691f9716f5cbf46281938e715124d3

Note that SortIncludes could be enabled later on.

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

M	.clang-format

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

diff --git a/.clang-format b/.clang-format
index a3c2a8da2ce..b149e8b830a 100644
--- a/.clang-format
+++ b/.clang-format
@@ -172,7 +172,8 @@ PenaltyReturnTypeOnItsOwnLine: 10000
 
 AllowShortFunctionsOnASingleLine: None
 
-# Too disruptive.
+# Disable for now since it complicates initial migration tests,
+# TODO: look into enabling this in the future.
 SortIncludes: false



More information about the Bf-blender-cvs mailing list