Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop xbt_os_sem_get_value: unused internally, deprecated on OS X El Capitan
[simgrid.git] / .clang-format
index 146daad..d312e22 100644 (file)
@@ -10,7 +10,7 @@ AlignTrailingComments: true
 AllowAllParametersOfDeclarationOnNextLine: true
 AllowShortBlocksOnASingleLine: false
 AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: All
+AllowShortFunctionsOnASingleLine: Inline
 AllowShortIfStatementsOnASingleLine: false
 AllowShortLoopsOnASingleLine: false
 AlwaysBreakAfterDefinitionReturnType: None