diff --git a/.clang-format b/.clang-format
index 673f71de96f7438eaa3691f49126bd05c6a52af9..8ba7304c4686d7bf03150814f7a17554ba424175 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,12 +3,12 @@ BasedOnStyle: LLVM
 ColumnLimit: 120
 IndentWidth: 4
 TabWidth: 4
-UseTab: ForIndentation
+#UseTab: ForIndentation
 AlignEscapedNewlines: DontAlign
 AllowShortFunctionsOnASingleLine: Inline
 AlwaysBreakTemplateDeclarations: Yes
 BreakBeforeBinaryOperators: NonAssignment
 BreakBeforeBraces: Custom
 BraceWrapping:
-  AfterFunction: true
+  AfterFunction: false
 ...