From 41a6bcfc47a57c70fda82bfe9e97767488e1827f Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 6 Dec 2020 22:11:26 -0300 Subject: [PATCH] use LLVM, default --- dotfiles/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/clang-format b/dotfiles/clang-format index cf7594a..911848d 100644 --- a/dotfiles/clang-format +++ b/dotfiles/clang-format @@ -1,4 +1,4 @@ -BasedOnStyle: Mozilla +BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4