Merge commit '3bc509996b3f78980f4462393228d9f57e0b00c9' as 'third_party/GSL'
Change-Id: Idd4850195e2a433c2df378f7bc7f2d6d546ab3d1
diff --git a/third_party/GSL/.clang-format b/third_party/GSL/.clang-format
new file mode 100644
index 0000000..78696f5
--- /dev/null
+++ b/third_party/GSL/.clang-format
@@ -0,0 +1,21 @@
+ColumnLimit: 100
+
+UseTab: Never
+IndentWidth: 4
+AccessModifierOffset: -4
+NamespaceIndentation: Inner
+
+BreakBeforeBraces: Allman
+AlwaysBreakTemplateDeclarations: true
+BreakConstructorInitializersBeforeComma: true
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+AllowShortBlocksOnASingleLine: true
+AllowShortFunctionsOnASingleLine: All
+AllowShortIfStatementsOnASingleLine: true
+AllowShortLoopsOnASingleLine: true
+
+PointerAlignment: Left
+AlignConsecutiveAssignments: false
+AlignTrailingComments: true
+
+SpaceAfterCStyleCast: true