]> git.sur5r.net Git - minitube/blobdiff - lib/updater/.clang-format
New upstream version 3.5
[minitube] / lib / updater / .clang-format
diff --git a/lib/updater/.clang-format b/lib/updater/.clang-format
new file mode 100644 (file)
index 0000000..2409f52
--- /dev/null
@@ -0,0 +1,11 @@
+BasedOnStyle: LLVM
+IndentWidth: 4
+AccessModifierOffset: -4
+ColumnLimit: 100
+AllowShortIfStatementsOnASingleLine: true
+AllowShortFunctionsOnASingleLine: Inline
+KeepEmptyLinesAtTheStartOfBlocks: false
+ContinuationIndentWidth: 8
+AlignAfterOpenBracket: true
+BinPackParameters: false
+AllowAllParametersOfDeclarationOnNextLine: false