Skip to content
Snippets Groups Projects
Commit 0ef9e902 authored by Tom Fischer's avatar Tom Fischer
Browse files

Merge pull request #1210 from norihiro-w/clang-format-singleline

set false to AllowShortIfStatementsOnASingleLine in clang-format 
parents 35ed76d2 64676dd0
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