Skip to content
Snippets Groups Projects
Commit a364b619 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

clang-format: change AllowShortFunctionsOnASingleLine option to Empty

Change-Id: I12759a9d830c8a8b1099567a3350e68293c5d223
parent c2411af6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false
......
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