diff options
Diffstat (limited to '')
-rw-r--r-- | src/3rdparty/libcroco/.clang-format | 16 |
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 |