summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libcroco/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libcroco/.clang-format')
-rw-r--r--src/3rdparty/libcroco/.clang-format16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/.clang-format b/src/3rdparty/libcroco/.clang-format
new file mode 100644
index 0000000..7612e59
--- /dev/null
+++ b/src/3rdparty/libcroco/.clang-format
@@ -0,0 +1,16 @@
+BasedOnStyle: LLVM
+
+AlwaysBreakAfterDefinitionReturnType: All
+BreakBeforeBinaryOperators: NonAssignment
+BreakBeforeBraces: Custom
+BraceWrapping:
+ AfterEnum: true
+ AfterCaseLabel: true
+ AfterStruct: true
+ AfterFunction: true
+
+BinPackParameters: false
+ColumnLimit: 80
+IndentWidth: 8
+SpaceAfterCStyleCast: true
+SpaceBeforeParens: Always