Skip to content
Snippets Groups Projects
Commit d2567e1f authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

Allow short ifs on a single line (without else branch).

parent 8b1c1912
No related branches found
No related tags found
1 merge request!1492docs: Add styleguide.
Pipeline #25871 passed
......@@ -18,7 +18,7 @@ AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never # Or WithoutElse?
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLambdasOnASingleLine: All
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