Skip to content
Snippets Groups Projects
Commit 64676dd0 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

set false to AllowShortIfStatementsOnASingleLine in clang-format for helping debug

parent 35ed76d2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment