]> git.armaanb.net Git - chorizo.git/blobdiff - .clang-format
draft 4
[chorizo.git] / .clang-format
index 0e1993de3b9d7c4acda3623678cf7373dd618a8c..c33ab1db23c924525437b482894c089127eb41d3 100644 (file)
@@ -77,8 +77,8 @@ PenaltyReturnTypeOnItsOwnLine: 60
 
 PointerAlignment: Right
 ReflowComments: false
-SortIncludes: false
-SortUsingDeclarations: false # Unknown to clang-format-4.0
+SortIncludes: true
+SortUsingDeclarations: true # Unknown to clang-format-4.0
 SpaceAfterCStyleCast: false
 SpaceAfterTemplateKeyword: true
 SpaceBeforeAssignmentOperators: true