]> Sergey Matveev's repositories - dotfiles.git/blobdiff - clang-format/.clang-format
clang-format can use ~/.clang-format
[dotfiles.git] / clang-format / .clang-format
diff --git a/clang-format/.clang-format b/clang-format/.clang-format
new file mode 100644 (file)
index 0000000..59c1b96
--- /dev/null
@@ -0,0 +1,10 @@
+BasedOnStyle: llvm
+ColumnLimit: 88
+IndentWidth: 4
+AlignConsecutiveAssignments: true
+AllowAllParametersOfDeclarationOnNextLine: false
+AllowShortBlocksOnASingleLine: true
+AllowShortCaseLabelsOnASingleLine: true
+BinPackArguments: false
+BinPackParameters: false
+BreakStringLiterals: false