dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit ee1386f289f2c1c91dd7e5cfd355a7f83f56a3b3
parent a068760f94d34b37f64c2f4fa33184c8a0ea963e
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 May 2019 22:25:32 -0400

Update .clang-format

Diffstat:
M.clang-format | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.clang-format b/.clang-format
@@ -1,6 +1,9 @@
 ---
 Language: Cpp
 BasedOnStyle: Google
+
+AllowShortFunctionsOnASingleLine: Empty
+BreakBeforeBinaryOperators: NonAssignment
 DerivePointerAlignment: false
 IncludeBlocks: Regroup
 IncludeCategories: