diff --git a/.clang-format b/.clang-format
index 4a3ed50cdebbf745d5f688bbb1ced432dca62c5a..288ae2fac0913ce1323d84868917ff0fda06c14d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -26,6 +26,9 @@ BreakBeforeBraces: Allman
 AllowShortIfStatementsOnASingleLine: false
 IndentCaseLabels: true
 
+#BraceWrapping:
+#  BeforeWhile: true
+
 # AlignConsecutiveAssignments: Consecutive
 
 BinPackArguments: false